cardinal 2.0.3 restores every command
The cobra migration regression is fixed — all 52 commands work again.
Version 2.0.3 fixes the cobra migration regression that broke flag parsing
across most commands with unknown flag errors.
The key changes:
- Legacy
flag.NewFlagSetcommands now useDisableFlagParsingso raw arguments
reach their parsers.
- Added
cardinal rm -ras an alias forrm -f. - Combined shorthands like
exec -itandrun -itare normalized before parsing. - Help handling for disabled commands and backup/security subcommands improved.
Update with:
cardinal update
Or install fresh from the install script.