Add descriptions to arguments

This commit is contained in:
Jonathan Turner
2019-10-28 18:15:35 +13:00
parent 7d383421c6
commit fbd980f8b0
48 changed files with 308 additions and 121 deletions

View File

@ -16,7 +16,10 @@ impl WholeStreamCommand for ToCSV {
}
fn signature(&self) -> Signature {
Signature::build("to-csv").switch("headerless")
Signature::build("to-csv").switch(
"headerless",
"do not output the columns names as the first row",
)
}
fn usage(&self) -> &str {