Skip to content
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: initial CLI framework #16

Merged
merged 1 commit into from
Feb 4, 2024
Merged

feat: initial CLI framework #16

merged 1 commit into from
Feb 4, 2024

Conversation

agaffney
Copy link
Contributor

@agaffney agaffney commented Feb 4, 2024

Fixes #2

@agaffney
Copy link
Contributor Author

agaffney commented Feb 4, 2024

$ ./cardano-up 
Usage:
  cardano-up [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  version     Displays the version

Flags:
  -h, --help   help for cardano-up

Use "cardano-up [command] --help" for more information about a command.
$ ./cardano-up help version
Displays the version

Usage:
  cardano-up version [flags]

Flags:
  -h, --help   help for version
$ ./cardano-up version
cardano-up devel (commit ef07e74)

@agaffney agaffney merged commit 497cfca into main Feb 4, 2024
7 checks passed
@agaffney agaffney deleted the feat/initial-cli-framework branch February 4, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create initial CLI framework
2 participants