airline icon indicating copy to clipboard operation
airline copied to clipboard

Use airline with Spring DI fails in parse

Open ssnyder opened this issue 5 years ago • 2 comments

I have a very simple application that is using Spring for DI, and when parsing the commandline If I run the command it fails (parser.parse(args)) because I do not have a no-parameter constructor.

Other than getting the parsedOptions in the state object, and manually setting the variables manually is there a supported solution? Examples?

Thanks!

ssnyder avatar Apr 08 '19 21:04 ssnyder