- Parses arguments through mini
The flags can be configured as following:
- type:
- alias: The abbrivation of the command. This is usally only one letter and will be used with the single dash, ex -v for verbose.
- description: This contain the text which will be shown in the help command.
- default: Containt the default value which will be written in the result, if the flag is missing.
- required:
The input/commands can be configured as following:
- name:
- description:
- default:
- required: