docs/src/online-help.md
Miller has several online help mechanisms built in.
The front door is mlr --help or its synonym mlr -h. This leads you to mlr help topics with its list of specific areas:
If you know the name of the thing you're looking for, use mlr help:
To search by substring, use mlr help find:
Etc.
This is a command-line version of the List of command-line flags page.
See mlr help flags for a full listing.
This is a command-line version of the List of verbs page.
Given the name of a verb (from mlr -l) you can invoke it with --help or -h -- or, use mlr help verb:
Etc.
This is a command-line version of the DSL built-in functions page.
Given the name of a DSL function (from mlr -f) you can use mlr help function for details:
Etc.
You can use :h or :help inside the REPL:
If you've gotten Miller from a package installer, you should have man mlr producing a traditional manual page.
If not, no worries -- the manual page is a concatenated listing of the same information also available by each of the topics in mlr help topics. See also the Manual page which is an online copy.