-
Notifications
You must be signed in to change notification settings - Fork 124
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
feat(cli): add alias flags for swa cli commands and options #453
Conversation
@manekinekko Please review some of the tests that I have added in |
You are in the right direction 👍 |
9c443a5
to
0bdbf06
Compare
6a86e07
to
01fb025
Compare
@manekinekko @sinedied I have finished adding alias flags for all of the commands that have been created so far along with their corresponding Unit tests. Please review the alias flags for the command options and do let me know if they need to be updated accordingly. P.S:- I haven't added alias flags for a few short options like |
@Devansu-Yadav thank you for taking the time to make those changes. Would you mind rebasing your PR on the |
Sure, I'll make the changes! 👍 |
81fdf3e
to
6d67bea
Compare
@manekinekko I have rebased and added alias flags for some of the new options that were added on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made some tiny changes as it seems some recent flags changes were lost in your rebase, thanks for your PR!
Introduce alias flags for CLI config options specified by user. This PR resolves #410
Alias flags and Unit tests added for:-