Skip to content

Commit f188f17

Browse files
authored
Add missing bun commands and aliases (#1434)
1 parent 0b34c26 commit f188f17

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

  • packages/knip/src/binaries/package-manager

packages/knip/src/binaries/package-manager/bun.ts

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,49 @@ import { resolveX } from './bunx.js';
88
const 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

3556
export const resolve: BinaryResolver = (_binary, args, options) => {

0 commit comments

Comments
 (0)