38 lines
830 B
Nu
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": []
|
|
}
|
|
|