Commit 8775ba7
authored
[CLI] Readable commands help message (#2927)
## Motivation for the change, related issues
Formats Playground CLI commands vertically in the CLI help message:
<img width="2178" height="1174" alt="CleanShot 2025-11-21 at 17 11
18@2x"
src="https://github.com/user-attachments/assets/d84a35ef-e0a6-4c34-b5bb-a066af26716a"
/>
Before this PR, they were aligned to the right and easy to miss:
<img width="2172" height="710" alt="CleanShot 2025-11-21 at 17 12 03@2x"
src="https://github.com/user-attachments/assets/5152d424-c8ec-45a4-8ac5-1c0fc3f31145"
/>
Technically, we use yargs `.command()` instead of `.positional()`.
cc @wojtekn1 parent f6425d1 commit 8775ba7
1 file changed
+23
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
288 | 294 | | |
289 | 295 | | |
290 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
291 | 309 | | |
292 | 310 | | |
293 | 311 | | |
| |||
0 commit comments