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: add version and color #95

Merged
merged 2 commits into from
Jun 14, 2023

Conversation

baszalmstra
Copy link
Contributor

Adds --version, usage, about, and stuff to Cargo.toml.

A package management and workflow tool

Usage: pixi.exe [COMMAND]

Commands:
  completion  Generates a completion script for a shell
  init        Creates a new project
  add         Adds a dependency to the project
  run         Runs command in project
  install     Installs the defined package in a global accessible location
  help        Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Fixes #92

@baszalmstra baszalmstra requested review from wolfv and ruben-arts June 14, 2023 08:49
docs/README.md Outdated
Usage: pixi [COMMAND]
A package management and workflow tool

Usage: pixi.exe [COMMAND]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pixi.exe is only used on Windows.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its autogenerated by clap so it will be different per OS. But I removed the exe from the readme.

@wolfv wolfv merged commit 45572ab into prefix-dev:main Jun 14, 2023
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.

Add pixi --version
3 participants