File tree Expand file tree Collapse file tree
packages/knip/src/binaries/package-manager Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,28 +8,49 @@ import { resolveX } from './bunx.js';
88const commands = [
99 'add' ,
1010 'audit' ,
11+ 'auth' ,
1112 'build' ,
13+ 'c' ,
1214 'ci' ,
15+ 'cloud' ,
16+ 'completions' ,
17+ 'config' ,
1318 'create' ,
19+ 'deploy' ,
20+ 'discord' ,
1421 'exec' ,
1522 'feedback' ,
23+ 'fuzzilli' ,
24+ 'getcompletes' ,
25+ 'help' ,
26+ 'i' ,
1627 'info' ,
1728 'init' ,
1829 'install' ,
1930 'link' ,
31+ 'list' ,
32+ 'login' ,
33+ 'logout' ,
2034 'outdated' ,
2135 'patch' ,
36+ 'patch-commit' ,
2237 'pm' ,
38+ 'prune' ,
2339 'publish' ,
40+ 'r' ,
2441 'remove' ,
2542 'repl' ,
43+ 'rm' ,
2644 'run' ,
2745 'test' ,
2846 'unlink' ,
47+ 'uninstall' ,
2948 'update' ,
3049 'upgrade' ,
50+ 'use' ,
51+ 'whoami' ,
3152 'why' ,
32- 'x' ,
53+ 'x'
3354] ;
3455
3556export const resolve : BinaryResolver = ( _binary , args , options ) => {
You can’t perform that action at this time.
0 commit comments