[feat] Update stuff

This commit is contained in:
Uttarayan Mondal
2024-02-01 00:15:33 +05:30
parent c2da4506ed
commit 04b7ea4701
4 changed files with 57 additions and 20 deletions

37
config/nushell/plugin.nu Normal file
View 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": []
}