Add long options for core and dataframes (#10619)

This commit is contained in:
Hofer-Julian
2023-10-06 18:55:29 +02:00
committed by GitHub
parent 0dbd014d8b
commit 7dbda76fad
21 changed files with 26 additions and 25 deletions

View File

@ -34,7 +34,7 @@ impl Command for StrSlice {
fn examples(&self) -> Vec<Example> {
vec![Example {
description: "Creates slices from the strings",
example: "[abcded abc321 abc123] | dfr into-df | dfr str-slice 1 -l 2",
example: "[abcded abc321 abc123] | dfr into-df | dfr str-slice 1 --length 2",
result: Some(
NuDataFrame::try_from_columns(vec![Column::new(
"0".to_string(),