File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ Define new commands in your config file which provide aliases to other commands.
376376 [[alias]]
377377
378378 name = "jsonl"
379- short_help = "Load jsonlines into python objects."
379+ help = "Load jsonlines into python objects."
380380
381381 [[alias.stage]]
382382
@@ -419,7 +419,7 @@ Convenient for removing trailing commas.
419419 [[alias]]
420420
421421 name = "yml2json"
422- short_help = "Convert yaml to json"
422+ help = "Convert yaml to json"
423423
424424 [[alias.stage]]
425425
@@ -455,7 +455,7 @@ Pull text out of xml documents.
455455
456456 [[alias]]
457457 name="xpath"
458- short_help = "Find xml elements matching xpath query."
458+ help = "Find xml elements matching xpath query."
459459 arguments = [{name="query", type="str"}]
460460 inject_values=["query"]
461461
@@ -482,7 +482,7 @@ Generate json objects
482482
483483
484484 name="jo"
485- short_help ="Make json objects"
485+ help ="Make json objects"
486486 arguments=[{name="pairs", type="str"}]
487487 inject_values=["pairs"]
488488
563563
564564 [[alias]]
565565 name = "csv"
566- short_help = "Load csv rows into python objects"
566+ help = "Load csv rows into python objects"
567567 inject_values=["delimiter", "header"]
568568
569569 [[alias.options]]
You can’t perform that action at this time.
0 commit comments