-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
I want to list all the arguments (or sub-commands, not sure of the difference) of my command.
If I look the property _args, I can confirm my command has an argument:
[
{
"description": "",
"variadic": false,
"required": false,
"_name": "commands"
}
]To not use a private property, I try to access this argument with the Help class and the visibleArguments method (see the code)
The problem, I do not have any description for my argument and the implementation of visibleArguments requires one.
Is this a problem? If not, can someone explain it to me? Is there any other clean way?
Thank you! 😁
aweebit
Metadata
Metadata
Assignees
Labels
No labels
