Skip to content

ir/cli_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new version: https://github.com/ir/cli-v2

cli_shell

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

currently supports:

input handling (call function based on item)

directories, subdirectories

items

colored output (atleast in vs console)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages