new version: https://github.com/ir/cli-v2
type help for list of commands
how to use:
requires a base directory, create one with:
cli.InsertDir("Example_BaseDir_Name", "__BASE_MENU");
you can create a new command within this directory with:
cli.Insert("Example_Parent_Dir", { FCMDS::Example_Function, Example_MaxArg_Int, "Example Help Text" } );
you can also create directories within directories with:
cli.InsertDir("Example_Dir_Name", "Example_ParentDir_Name");
then, all u need to do is input the correct command and it should call it