hrszpuk / rectx

The powerful little project manager for the ReCT programming language!
GNU General Public License v3.0
6 stars 1 forks source link

Added commands, subcommands, flags, arguments, and custom help menus #29

Closed hrszpuk closed 1 year ago

hrszpuk commented 1 year ago

Aim

The aim of this pull request is to add commands/subcommands/flags for controlling the rectx program. Commands proceed directly after the program name rectx <command>. Commands are also required in order to access rectx functionality. Subcommands proceed directly after a command rectx <command> [subcommand]. Subcommands are not required as they are not featured on every command. However, for the commands that utilise subcommands they are always required. Flags are additional parameters for commands/subcommands. Finally, arguments are the values used by commands/subcommands to do some action.

Additions

Related issues

hrszpuk commented 1 year ago

Cute little check list:

hrszpuk commented 1 year ago

Really need to fix workflows next