Commit 9e92974
fix(cli): tenant update の必須オプションエラーに --slug / --clear-slug を含める (#195)
`tenant update` は `--name` / `--private` / `--public` に加え `--slug` /
`--clear-slug` のいずれかでも有効だが、引数なし時のエラーメッセージは前者 3 つ
しか列挙しておらず、--slug / --clear-slug だけ指定する意図のユーザーに誤解を
与えていた。バリデーション自体は既に全 5 オプションを受理しているため、文言のみ
を実態に合わせる(cli_en.json / cli_ja.json)。
cli.md のエラーケース記述も新しい文言に同期。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b9efe81 commit 9e92974
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments