Commit f9dd587
committed
cli: fix alignment in top-level help and document -e and --
The Typical workflow example had `-e` placed after the data, which
read awkwardly, and the # comments didn't line up. Move `-e` in
front of the data and pad the trailing comments to the same column.
Add an Input shortcuts section so the top-level `ptywrap help` -- the
one an LLM will read first -- enumerates the flags that change how
input is parsed: stdin piping, `-e/--escaped`, and the `--`
end-of-options marker for DATA that starts with a dash.1 parent 39e151c commit f9dd587
1 file changed
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
| |||
0 commit comments