Commit 4d9b19b
Just: draw the separator out of the
A `#` followed by dashes reads as two things, a comment marker and then a
rule. Repeating the `#` makes it one, and the line is a shell comment for
the same reason it is a rule.
Width is unchanged at 57 columns with no terminal, so logs keep their
shape; only the glyph differs.
The `#` stays in `cmd_sep` rather than moving into the rule, so a preset
`JUST_CMD_RULE` cannot produce a line that the shell would try to run.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com># that starts it1 parent ca68b9b commit 4d9b19b
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
169 | 169 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments