You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from the [`cli_tools package`](https://pub.dev/packages/cli_tools).
59
60
60
61
-**Compatibility**: The `ConfigParser` implements the same interface as
61
62
`ArgParser`, and returns a `ConfigResults` object that implements `ArgResults`.
@@ -70,7 +71,7 @@ of addCommand(), which you can replace with
70
71
71
72
-**Key Differences**:
72
73
- The `addCommand()` method is not supported
73
-
(see [`BetterCommandRunner`](lib/src/better_command_runner/better_command_runner.dart) instead)
74
+
(see [`BetterCommandRunner`](https://github.com/serverpod/cli_tools/blob/pkg-split/packages/cli_tools/lib/src/better_command_runner/better_command_runner.dart) instead)
74
75
- All validation is performed up-front with consistent error messages
See the full example [example/config_simple_example.dart](example/config_simple_example.dart).
303
+
See the full example [cli_tools/example/simple_command_example.dart](https://github.com/serverpod/cli_tools/blob/pkg-split/packages/cli_tools/example/simple_command_example.dart).
0 commit comments