jden123 / JustCli

Just a quick way to create your own command line tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command option and arguments

jden123 opened this issue · comments

Add indexed arguments(is get by position).
like: cmd.exe value1
Add command option(is get by name).
like: cmd.exe -p1 value1
Command option is implemented but it's called argument.