mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Argument parsing is different in mlr -s scripts (#1817)
This commit is contained in:
parent
34c9d764d8
commit
d30501a69b
4 changed files with 12 additions and 11 deletions
|
|
@ -234,7 +234,7 @@ then fraction -f count
|
|||
|
||||
Points:
|
||||
|
||||
* Same as above, where the `#!` line isn't needed. (But you can include a `#!` line; `mlr -s` will simply see it as a comment line.).
|
||||
* Same as above, where the `#!` line isn't needed. (But you can include a `#!` line; `mlr -s` will simply see it as a comment line.)
|
||||
* As above, you don't need all the backslashing for line-continuations.
|
||||
* As above, you don't need the explicit `--` or `"$@"`.
|
||||
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ GENMD-EOF
|
|||
|
||||
Points:
|
||||
|
||||
* Same as above, where the `#!` line isn't needed. (But you can include a `#!` line; `mlr -s` will simply see it as a comment line.).
|
||||
* Same as above, where the `#!` line isn't needed. (But you can include a `#!` line; `mlr -s` will simply see it as a comment line.)
|
||||
* As above, you don't need all the backslashing for line-continuations.
|
||||
* As above, you don't need the explicit `--` or `"$@"`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue