-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Milestone
Description
Reason/Context
- Adding a new
command/flagis a tedious task with current code of theMicrocks-CLI. Also, we have to write help for newcommand/flagexplicitly inhelpcommand. spf13/cobralibrary can help us to do these things efficiently.
Description
- Currently, we are not using the
spf13/cobralibrary and are instead adding commands and flags using the flag package in Golang. - For future improvements, using
spf13/cobrawill make it easier to add support for new commands and flags efficiently. - It will also make it easier for new contributors to contribute to
Microcks-CLI.
Related Issue(s) : #97
Implementation ideas
No response