We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--version
1 parent 928fcc7 commit 06f39cbCopy full SHA for 06f39cb
1 file changed
crates/cli/src/help.rs
@@ -23,12 +23,14 @@ examples:
23
$ pkgx +openssl cargo build
24
25
modes:
26
- $ pkgx -Q bun # could you run `bun`? (--query)
+ $ pkgx --query bun # could you run `bun`? (-Q)
27
+ $ pkgx --help # hi mom!
28
+ $ pkgx --version
29
30
flags:
31
-q, --quiet # suppress brief informational messages
32
-qq, --silent # no chat. no errors. just execute.
- -v, --version
33
+ -v # print version and continue
34
35
more:
36
$ OPEN https://docs.pkgx.sh
0 commit comments