bloomberg / stricli

Build complex CLIs with type safety and no dependencies
https://bloomberg.github.io/stricli
Apache License 2.0
630 stars 7 forks source link

Added yargs to list of popular alternatives in /docs #16

Open dvidsilva opened 1 week ago

dvidsilva commented 1 week ago

*Issue number of the reported bug or feature request: #15

Describe your changes Added a short paragraph about yargs to the popular alternatives

Testing performed it compiles locally

Additional context congrats on the launch

dvidsilva commented 5 days ago

makes total sense, thanks - making a change to include that.

also I just realized that it is installed in node_modules, is a dependency of some of the dependencies of the package.

mkubilayk commented 2 days ago

@dvidsilva Can you sign off your last commit as well please?

https://github.com/bloomberg/stricli/pull/16/checks?check_run_id=31527772548 contains instructions.

dvidsilva commented 1 day ago

@mkubilayk thanks! just did and force pushed.

molisani commented 17 hours ago

I've rebased the changes but it looks like the DCO check is still not passing.

Expected "Daveed daveed@santocabron.com", but got "David Silva cali@hey.com".

It looks like there's just some mismatch between your local git config and your GitHub profile.

dvidsilva commented 12 hours ago

right, I rebased and squashed them, one of them had a different email

thanks