mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:15:04 +02:00
Add long options for core and dataframes (#10619)
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user