gg_args 3.0.0
gg_args: ^3.0.0 copied to clipboard
Additions and helpers to the args packages needed by various of our projects.
Changelog #
2.1.0 - 2026-08-02 #
Changed #
- Report unknown sub commands also if option -h is given
- #gg: changed references to git
- #gg: changed references to pub.dev
2.0.5 - 2026-07-29 #
Changed #
- Update to latest SDK
- GgCommandRunner: forward to main command even if an argument equals its name
2.0.3 - 2024-04-13 #
1.1.11 - 2024-04-09 #
Changed #
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
- Update version
1.1.10 - 2024-01-01 #
- Set exitCode 1 on error
1.1.9 - 2024-01-01 #
- Set back meta to version 1.11.0
1.1.8 - 2024-01-01 #
- Update GgConsoleColors
1.1.7 - 2024-01-01 #
- Use GgLog
1.1.5 - 2024-01-01 #
- Add mandatory
exec(directory, ggLog)method
1.1.4 - 2024-01-01 #
- Add
GgLog
1.1.3 - 2024-01-01 #
- Rework DirCommand
1.1.2 - 2024-01-01 #
- Allow to set inputDir after initialization
1.1.1 - 2024-01-01 #
DirCommand: Input directory can also be specified via constructor.
1.0.8 - 2024-01-01 #
- Add
additionalSubCommandsto arguments ofmissingSubCommands
1.0.7 - 2024-01-01 #
- Rename
inputDirintoinputDirRelative - Rename
inputDirAbsoluteintoinputDir
1.0.6 - 2024-01-01 #
- Turn
inputDirintoDirectory - Add
inputDirAbsolute
1.0.5 - 2024-01-01 #
- Add
missingSubCommand()
1.0.4 - 2024-01-01 #
- Initial version.