[feat] Update stuff
This commit is contained in:
37
config/nushell/plugin.nu
Normal file
37
config/nushell/plugin.nu
Normal file
@@ -0,0 +1,37 @@
|
||||
register /Users/fs0c131y/.local/share/cargo-target/release/nu_plugin_from_agp {
|
||||
"sig": {
|
||||
"name": "from agp",
|
||||
"usage": "Parse text as agprefs and create a table.",
|
||||
"extra_usage": "",
|
||||
"search_terms": [],
|
||||
"required_positional": [],
|
||||
"optional_positional": [],
|
||||
"rest_positional": null,
|
||||
"named": [
|
||||
{
|
||||
"long": "help",
|
||||
"short": "h",
|
||||
"arg": null,
|
||||
"required": false,
|
||||
"desc": "Display the help message for this command",
|
||||
"var_id": null,
|
||||
"default_value": null
|
||||
}
|
||||
],
|
||||
"input_output_types": [
|
||||
[
|
||||
"String",
|
||||
{
|
||||
"Table": []
|
||||
}
|
||||
]
|
||||
],
|
||||
"allow_variants_without_examples": false,
|
||||
"is_filter": false,
|
||||
"creates_scope": false,
|
||||
"allows_unknown_args": false,
|
||||
"category": "Formats"
|
||||
},
|
||||
"examples": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user