Commit 312eb92
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments