ksar icon indicating copy to clipboard operation
ksar copied to clipboard

Improve the command line interface

Open masatake opened this issue 10 months ago • 1 comments

The -input option is handy. However, the -help option doesn't work, so there is no way to know about it.

I wonder whether we should use Logger to print the help message. System.out.print... or System.err.print... looks better to me. This is my first time writing a program in Java. I am not familiar with the conventions and culture of the language.

Anyway, better than nothing.

masatake avatar Apr 27 '24 07:04 masatake

I added --help and -h options, doing the same as the -help option.

masatake avatar May 11 '24 15:05 masatake

Ping

masatake avatar May 17 '24 01:05 masatake

We have a long lasting issue for CLI.. the idea was to move it to something like picocli..

see https://github.com/vlsi/ksar/issues/164

Pitterling avatar May 18 '24 09:05 Pitterling