We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900c74e commit a0ed100Copy full SHA for a0ed100
examples/complete.cpp
@@ -211,8 +211,8 @@ int main()
211
{
212
colorCmd.Remove();
213
nocolorCmd.Remove();
214
- }
215
- );
+ },
+ "Remove both color and nocolor commands from the menu" );
216
217
// a submenu
218
// first parameter is the command to enter the submenu
include/cli/cli.h
@@ -115,7 +115,6 @@ namespace cli
115
class Cli
116
117
118
-
119
public:
120
~Cli() = default;
121
// disable value semantics
0 commit comments