mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Add descriptions for put and filter verbs (#1529)
* Add more info in online help about what put/filter do * `make dev` artifacts
This commit is contained in:
parent
f01bb92da7
commit
83c44e6d74
8 changed files with 60 additions and 5 deletions
|
|
@ -186,6 +186,10 @@ Options:
|
|||
================================================================
|
||||
filter
|
||||
Usage: mlr filter [options] {DSL expression}
|
||||
Lets you use a domain-specific language to progamatically filter which
|
||||
stream records will be output.
|
||||
See also: https://miller.readthedocs.io/en/latest/reference-verbs
|
||||
|
||||
Options:
|
||||
-f {file name} File containing a DSL expression (see examples below). If the filename
|
||||
is a directory, all *.mlr files in that directory are loaded.
|
||||
|
|
@ -661,6 +665,9 @@ Options:
|
|||
================================================================
|
||||
put
|
||||
Usage: mlr put [options] {DSL expression}
|
||||
Lets you use a domain-specific language to progamatically alter stream records.
|
||||
See also: https://miller.readthedocs.io/en/latest/reference-verbs
|
||||
|
||||
Options:
|
||||
-f {file name} File containing a DSL expression (see examples below). If the filename
|
||||
is a directory, all *.mlr files in that directory are loaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue