1
Fork 0
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:
Darren Schroeder 2024-12-08 07:26:25 -06:00 committed by GitHub
parent ce89b5cf0b
commit 09c4ca4ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}