⚠️ Breaking Changes ⚠️
The command line interface has changed to dra <SUBCOMMAND>
.
The <REPO>
positional argument must be passed after choosing download
or untag
subcommand (e.g dra download <REPO>
)
This change was needed in order to add subcommands/flags that didn't require <REPO>
, like the newly added completion
.
Added
- Generate shell completion with
dra completion <SHELL>
Updated dependencies
- clap 3.0.13 -> 3.1.6