Commit 945f66b
LittleCoinCoin
refactor(cli): replace --env with --env-var in mcp configure
- Replace --env argument with --env-var for environment variables in mcp configure command
- Remove backward compatibility to avoid consumer confusion and technical debt
- Update argument parsing and function calls to use new --env-var parameter
- Maintain existing --env argument for Hatch environment names in other commands
- Provide clear distinction between environment variables (--env-var) and Hatch environments (--env)
This change eliminates CLI argument ambiguity and improves user experience with
explicit argument naming for different purposes.1 parent d08a202 commit 945f66b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | | - | |
| 1093 | + | |
1094 | 1094 | | |
1095 | 1095 | | |
1096 | 1096 | | |
| |||
1763 | 1763 | | |
1764 | 1764 | | |
1765 | 1765 | | |
1766 | | - | |
| 1766 | + | |
1767 | 1767 | | |
1768 | 1768 | | |
1769 | 1769 | | |
| |||
0 commit comments