mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-07-30 13:47:46 +00:00
update description to usage in weather module
This commit is contained in:
parent
ce89b5cf0b
commit
09c4ca4ac0
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
def signatures [] {
|
||||
let sig = ([
|
||||
{ name: "nu-nu"
|
||||
usage: "signature test for nu-nu"
|
||||
extra_usage: ""
|
||||
description: "signature test for nu-nu"
|
||||
extra_description: ""
|
||||
required_positional: [
|
||||
{
|
||||
name: "a"
|
||||
|
@ -365,4 +365,4 @@ def plugin [input] {
|
|||
def main [] {
|
||||
let params = (each {|param| echo $param })
|
||||
plugin $params
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue