gg_args 2.0.4
gg_args: ^2.0.4 copied to clipboard
Additions and helpers to the args packages needed by various of our projects.
Changelog #
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.