Skip to content

Adapt spf13/cobra library for improving CLI in efficient way #124

@Harsh4902

Description

@Harsh4902

Reason/Context

  • Adding a new command/flag is a tedious task with current code of the Microcks-CLI. Also, we have to write help for new command/flag explicitly in help command.
  • spf13/cobra library can help us to do these things efficiently.

Description

  • Currently, we are not using the spf13/cobra library and are instead adding commands and flags using the flag package in Golang.
  • For future improvements, using spf13/cobra will 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions