mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:15:42 +02:00
Replace all instances of 'column path' in help
messages with 'cell path' (#7063)
* Rewrite all 'column path' instances to 'cell path' * Minor tweak
This commit is contained in:
@ -44,8 +44,7 @@ impl Command for SubCommand {
|
||||
.rest(
|
||||
"rest",
|
||||
SyntaxShape::CellPath,
|
||||
"optionally trim text by column paths",
|
||||
)
|
||||
"For a data structure input, trim strings at the given cell paths", )
|
||||
.named(
|
||||
"char",
|
||||
SyntaxShape::String,
|
||||
|
Reference in New Issue
Block a user