Closed mikkelhegn closed 1 year ago
At a technical level, this occurs because the cloud plugin sets the Clap propagate_version
option which cascades the version to every subcommand.
Removing the line removes the -V
option from subcommands.
This is an easy fix - but the line seems to have been in from the beginning, and we should check with the original authors whether it was an intentional choice and if removing it could cause problems.
Given the help text below, I would have expected the command to give me the version of the app, not the version of the plugin.