kozaka-tv / Rocksmith-Servant

MIT License
6 stars 5 forks source link

Refactor command line parser #279

Closed kozaka-tv closed 4 weeks ago

kozaka-tv commented 1 month ago

cmd_line_parser::parse_args() should not raise any error, rather than it should solve the problems inside the method, and do a system exit in case something is wrong.

This must be rethink. Maybe it is not needed at all.

kozaka-tv commented 1 month ago

The main logic was not changed, just some minor, trivial refactoring and log grooming were done. Further changes should be done in #280 .