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

Improve mint output #55

Merged
merged 3 commits into from Feb 28, 2018
Merged

Conversation

pixyzehn
Copy link
Contributor

Just improved the output like this. I followed the way swift package command does as you can see.


Before

OVERVIEW: run and install Swift PM executables

USAGE: mint mint [subcommand]

OPTIONS:
  --version, -v
              Prints the current version of Mint
  --help      Display available options

SUBCOMMANDS:
  install     Installs a package. If the version is already installed no action will be taken
  list        Lists all the currently installed packages
  run         Installs and then runs a package
  uninstall   Uninstalls a package by name.
Use mint list to see all installed packages
  update      Updates a package even if it's already installed

After

OVERVIEW: Run and install Swift Package Manager executables

USAGE: mint [subcommand]

OPTIONS:
  --version, -v
              Print the current version of Mint
  --help      Display available options

SUBCOMMANDS:
  install     Install a package. If the version is already installed no action will be taken
  list        List all the currently installed packages
  run         Install and then run a package
  uninstall   Uninstall a package by name
  update      Update a package even if it's already installed

@yonaskolb
Copy link
Owner

Good catch, thanks @pixyzehn!

@yonaskolb yonaskolb merged commit 2033cfc into yonaskolb:master Feb 28, 2018
@pixyzehn pixyzehn deleted the improve_mint_output branch February 28, 2018 10:32
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.

None yet

2 participants