forked from extern/nushell
Fix invalid shorthand flag (#1384)
This commit is contained in:
parent
0961da406d
commit
96985aa692
@ -26,7 +26,7 @@ impl WholeStreamCommand for Pivot {
|
||||
.switch(
|
||||
"header-row",
|
||||
"treat the first row as column names",
|
||||
Some('h'),
|
||||
Some('r'),
|
||||
)
|
||||
.switch(
|
||||
"ignore-titles",
|
||||
|
Loading…
Reference in New Issue
Block a user