mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
On-line help info for mlr join --lk "" (#1458)
* Doc info for `mlr join --lk ""` * make dev output
This commit is contained in:
parent
0e3a54ed68
commit
e3b98cd621
7 changed files with 14 additions and 0 deletions
|
|
@ -1338,6 +1338,8 @@ MILLER(1) MILLER(1)
|
||||||
--lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field
|
--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
|
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.
|
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
|
--lp {text} Additional prefix for non-join output field names from
|
||||||
the left file
|
the left file
|
||||||
--rp {text} Additional prefix for non-join output field names from
|
--rp {text} Additional prefix for non-join output field names from
|
||||||
|
|
|
||||||
|
|
@ -1317,6 +1317,8 @@ MILLER(1) MILLER(1)
|
||||||
--lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field
|
--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
|
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.
|
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
|
--lp {text} Additional prefix for non-join output field names from
|
||||||
the left file
|
the left file
|
||||||
--rp {text} Additional prefix for non-join output field names from
|
--rp {text} Additional prefix for non-join output field names from
|
||||||
|
|
|
||||||
|
|
@ -1671,6 +1671,8 @@ Options:
|
||||||
--lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field
|
--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
|
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.
|
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
|
--lp {text} Additional prefix for non-join output field names from
|
||||||
the left file
|
the left file
|
||||||
--rp {text} Additional prefix for non-join output field names from
|
--rp {text} Additional prefix for non-join output field names from
|
||||||
|
|
|
||||||
|
|
@ -1317,6 +1317,8 @@ MILLER(1) MILLER(1)
|
||||||
--lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field
|
--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
|
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.
|
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
|
--lp {text} Additional prefix for non-join output field names from
|
||||||
the left file
|
the left file
|
||||||
--rp {text} Additional prefix for non-join output field names from
|
--rp {text} Additional prefix for non-join output field names from
|
||||||
|
|
|
||||||
|
|
@ -1662,6 +1662,8 @@ Options:
|
||||||
--lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field
|
--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
|
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.
|
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
|
--lp {text} Additional prefix for non-join output field names from
|
||||||
the left file
|
the left file
|
||||||
--rp {text} Additional prefix for non-join output field names from
|
--rp {text} Additional prefix for non-join output field names from
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,8 @@ func transformerJoinUsage(
|
||||||
fmt.Fprintf(o, " --lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field\n")
|
fmt.Fprintf(o, " --lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field\n")
|
||||||
fmt.Fprintf(o, " names from the left file. Automatically includes the join-field name(s). Helpful\n")
|
fmt.Fprintf(o, " names from the left file. Automatically includes the join-field name(s). Helpful\n")
|
||||||
fmt.Fprintf(o, " for when you only want a limited subset of information from the left file.\n")
|
fmt.Fprintf(o, " for when you only want a limited subset of information from the left file.\n")
|
||||||
|
fmt.Fprintf(o, " Tip: you can use --lk \"\": this means the left file becomes solely a row-selector\n")
|
||||||
|
fmt.Fprintf(o, " for the input files.\n")
|
||||||
fmt.Fprintf(o, " --lp {text} Additional prefix for non-join output field names from\n")
|
fmt.Fprintf(o, " --lp {text} Additional prefix for non-join output field names from\n")
|
||||||
fmt.Fprintf(o, " the left file\n")
|
fmt.Fprintf(o, " the left file\n")
|
||||||
fmt.Fprintf(o, " --rp {text} Additional prefix for non-join output field names from\n")
|
fmt.Fprintf(o, " --rp {text} Additional prefix for non-join output field names from\n")
|
||||||
|
|
|
||||||
|
|
@ -467,6 +467,8 @@ Options:
|
||||||
--lk|--left-keep-field-names {a,b,c} If supplied, this means keep only the specified field
|
--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
|
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.
|
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
|
--lp {text} Additional prefix for non-join output field names from
|
||||||
the left file
|
the left file
|
||||||
--rp {text} Additional prefix for non-join output field names from
|
--rp {text} Additional prefix for non-join output field names from
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue