forked from extern/nushell
Add long options for viewers (#10787)

This commit is contained in:
@ -134,7 +134,7 @@ impl Command for Table {
|
||||
vec![
|
||||
Example {
|
||||
description: "List the files in current directory, with indexes starting from 1.",
|
||||
example: r#"ls | table -n 1"#,
|
||||
example: r#"ls | table --start-number 1"#,
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
|
Reference in New Issue
Block a user