mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
in commands table rename usage to description (#990)
`usage` column under the `scope commands` table has been renamed to description since nushell version 0.98.0
This commit is contained in:
parent
09c4ca4ac0
commit
b5385a2af0
4 changed files with 9 additions and 9 deletions
|
@ -25,6 +25,6 @@
|
|||
source: { |buffer, position|
|
||||
scope commands
|
||||
| where name =~ $buffer
|
||||
| each { |it| {value: $it.name description: $it.usage} }
|
||||
| each { |it| {value: $it.name description: $it.description } }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,6 +27,6 @@
|
|||
source: { |buffer, position|
|
||||
scope commands
|
||||
| where name =~ $buffer
|
||||
| each { |it| {value: $it.name description: $it.usage} }
|
||||
| each { |it| {value: $it.name description: $it.description} }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue