Skip to content

Commit 312eb92

Browse files
committed
fix(cli)!: remove -p short option for path argument
The -p short option is no longer needed since the path can now be configured via the CLAUDE_CONFIG_DIR environment variable. Users can still use --path for the full option name when needed. This simplifies the CLI interface by reducing the number of short options and encouraging use of the environment variable for persistent configuration.
1 parent 689d029 commit 312eb92

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/shared-args.internal.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const sharedArgs = {
2727
},
2828
path: {
2929
type: 'string',
30-
short: 'p',
3130
description: 'Custom path to Claude data directory',
3231
default: getDefaultClaudePath(),
3332
},

0 commit comments

Comments
 (0)