garden-rs / garden

Garden grows and cultivates collections of Git trees ~ Official mirror of https://gitlab.com/garden-rs/garden
https://garden-rs.gitlab.io
MIT License
64 stars 9 forks source link

cmds: make "--verbose" cumulative when specified to sub-commands #36

Closed davvid closed 3 months ago

davvid commented 3 months ago

The "verbose" option was previously a global option that could only be specified before the sub-command name.

Add "--verbose" to sub-commands so that we can enable verbosity directly without needing to place the option in the right place.