jcommander icon indicating copy to clipboard operation
jcommander copied to clipboard

fixed issues 445, add a method 'addSubcommand'

Open Asriter opened this issue 4 years ago • 0 comments

I fixed the issues #445 and add a method named 'addSubcommand'. It can add a subcommand for the command added by user but the defult command. And the command like 'myprogram command subcommand --flag1 --flag2' can run successfully by calling this method

Asriter avatar May 21 '21 18:05 Asriter