Skip to content

Commit 224611c

Browse files
committed
needs Run
1 parent 13fa632 commit 224611c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,6 +1479,8 @@ app.Add("foo", (int x, int y) => { });
14791479

14801480
// get cli-schema as objects
14811481
CommandHelpDefinition[] schema = app.GetCliSchema();
1482+
1483+
app.Run(args); // needs geenerate trigger of ConsoleAppFramework.
14821484
```
14831485

14841486
`CommandHelpDefinition` is the same one used internally for help output.

0 commit comments

Comments
 (0)