Troy Walsh
Troy Walsh
This bug was addressed in https://github.com/actions/toolkit/pull/1712
Looks like this is likely related to #32103
Regardless of the outcome, I respect thoughtfulness put into this issue/design decision. I do feel compelled to point out that code searches will only find public code, so the number...
> [@p3k](https://github.com/p3k) PR [#2312](https://github.com/tj/commander.js/pull/2312) adds support for dual long options, to allow a shortish option and a long option. So following your examples: > > ``` > .option('--es, --ecmascript') >...