Skip to content

Commit a0ed100

Browse files
committed
Minor layout changes
1 parent 900c74e commit a0ed100

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/complete.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ int main()
211211
{
212212
colorCmd.Remove();
213213
nocolorCmd.Remove();
214-
}
215-
);
214+
},
215+
"Remove both color and nocolor commands from the menu" );
216216

217217
// a submenu
218218
// first parameter is the command to enter the submenu

include/cli/cli.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ namespace cli
115115
class Cli
116116
{
117117

118-
119118
public:
120119
~Cli() = default;
121120
// disable value semantics

0 commit comments

Comments
 (0)