uaf-t3 / t3x

The cuddly waffle toolset for T3 Raspberry Pi image creation & maintance.
Other
4 stars 0 forks source link

feat: command usage / help usage #6

Open dayne opened 4 months ago

dayne commented 4 months ago

We'll have a few other commands we'll want to add and when user runs the tool w/o any arguments or with the -h or --help or help argument we should provide help.

Perhaps just make a scripts/help.sh that we call when an invalid command or no command is provided.

help.sh can do the printing of our general help thing along with doing the logic detecting and listing available commands that are offered (currently via scripts) folder.