This is the complete list of members for talkomatic.commands.command.CommandParameter, including all inherited members.
| __init__(self, str name, str description, Type[Union[int, float, str, bool]] data_type, bool positional=False, list[str] aliases=[], bool required=True, int number_of_args=1) | talkomatic.commands.command.CommandParameter | |
| aliases | talkomatic.commands.command.CommandParameter | static |
| data_type | talkomatic.commands.command.CommandParameter | static |
| description | talkomatic.commands.command.CommandParameter | |
| name | talkomatic.commands.command.CommandParameter | |
| number_of_args | talkomatic.commands.command.CommandParameter | |
| positional | talkomatic.commands.command.CommandParameter | |
| required | talkomatic.commands.command.CommandParameter |