On-line help info for mlr join --lk "" (#1458)

* Doc info for `mlr join --lk ""`

* make dev output
This commit is contained in:
John Kerl 2023-12-24 12:43:26 -05:00 committed by GitHub
parent 0e3a54ed68
commit e3b98cd621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 0 deletions

View file

@ -467,6 +467,8 @@ Options:
--lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field
names from the left file. Automatically includes the join-field name(s). Helpful
for when you only want a limited subset of information from the left file.
Tip: you can use --lk "": this means the left file becomes solely a row-selector
for the input files.
--lp {text} Additional prefix for non-join output field names from
the left file
--rp {text} Additional prefix for non-join output field names from