You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is common that grouped commands shared some flags.
We can think of --verbose, --quiet, --base-url, --namespace, etc.
> cola jenkins --url https://jenkins.com jobs list
> cola jenkins --url https://jenkins.com credentials list
...
Today, the concept of group arguments doesn't exist in command-launcher.
Additionally, Yaml list anchors are not supported by the currently used yaml deserialiser.
Hence, we need to redefine each argument for each command.
We should find a better way to avoid redundancy.
The text was updated successfully, but these errors were encountered:
It is common that grouped commands shared some flags.
We can think of
--verbose
,--quiet
,--base-url
,--namespace
, etc.Today, the concept of group arguments doesn't exist in command-launcher.
Additionally, Yaml list anchors are not supported by the currently used yaml deserialiser.
Hence, we need to redefine each argument for each command.
We should find a better way to avoid redundancy.
The text was updated successfully, but these errors were encountered: