cli_tools 0.1.3
cli_tools: ^0.1.3 copied to clipboard
A collection of tools for building great command-line interfaces.
0.1.3 #
- feat: Add prompts module with confirm, select, multiselect and input components.
0.1.2 #
- fix: Don't return ReadException for failed json parsing.
0.1.1 #
- fix: Report analytics event before running command.
- feat: Add documentation generator helper.
0.1.0 #
- feat: Introduce BetterCommand class to simplify command creation.
- fix: BREAKING. Removes onError callbacks from PubApiClient and LocalStorageManager in favor of throwing exceptions.
0.0.2 #
- Downgrades some dependencies to avoid compatibility issues with Serverpod CLI.
0.0.1 #
- Initial version.