mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:36:08 +02:00
Fix invalid shorthand flag (#1384)
This commit is contained in:
@ -26,7 +26,7 @@ impl WholeStreamCommand for Pivot {
|
|||||||
.switch(
|
.switch(
|
||||||
"header-row",
|
"header-row",
|
||||||
"treat the first row as column names",
|
"treat the first row as column names",
|
||||||
Some('h'),
|
Some('r'),
|
||||||
)
|
)
|
||||||
.switch(
|
.switch(
|
||||||
"ignore-titles",
|
"ignore-titles",
|
||||||
|
Reference in New Issue
Block a user