-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[airshipctl] airshipctl Syntax Issue #519
Comments
I want to work on it. Please assign this to me. |
@kathirigayathri48 all yours |
@kathirigayathri48 , what t-shirt size would you estimate the work effort to be to finish?
|
Please tag "Large" |
@eak13 @kathirigayathri48 Please assign to me. I like to work on it. |
investigating https://github.com/spf13/cobra for airshipctl [TYPE] [command] [sub-command] [flags] |
patch set created |
I'm not sure this issue is valid.
Why are we supposing that Perhaps more directly, how do we expect the |
The typical airshipctl command syntax is of the form
airshipctl [TYPE] [command] [sub-command] [flags]
where TYPE = {baremetal, cluster, config, plan, ...}, and the commands, sub-commands and flags, except for help, are specific to the TYPE.
However, airshipctl completion SHELL doesn't follow the syntax. This is not a documentation issue as it requires a change in the code.
The text was updated successfully, but these errors were encountered: