Skip to content

Commit 932b926

Browse files
committed
Fix -u shortcut for --duration
1 parent db05e01 commit 932b926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/knip/src/util/Performance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { values } = parseArgs({
1616
'performance-fn': { type: 'string', multiple: true },
1717
memory: { type: 'boolean' },
1818
'memory-realtime': { type: 'boolean' },
19-
duration: { type: 'boolean' },
19+
duration: { type: 'boolean', short: 'u' },
2020
},
2121
});
2222

0 commit comments

Comments
 (0)