Files
dotfiles/config/nushell/plugin.nu
Uttarayan Mondal de19c84687 [feat] Add flake.nix
2024-02-12 02:15:24 +05:30

38 lines
830 B
Nu

register /Users/fs0c131y/.local/bin/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": []
}