mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 16:37:09 +02:00
Adds more info to the usage string.
This commit is contained in:
@ -26,7 +26,7 @@ impl WholeStreamCommand for FromSSV {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn usage(&self) -> &str {
|
fn usage(&self) -> &str {
|
||||||
"Parse text as space-separated values and create a table."
|
"Parse text as space-separated values and create a table. The default minimum number of spaces counted as a separator is 2."
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run(
|
fn run(
|
||||||
|
Reference in New Issue
Block a user