mercenary
mercenary copied to clipboard
An easier way to build your command-line scripts in Ruby.
Instead of calling the default command when the command isn’t found, I believe it should shoot an error. That's what is best for an application I'm doing. But default command...
Example: `program --ignore bob --ignore mary` Will create configuration of: `ignore: ['bob', 'mary']` Reference: https://github.com/gjtorikian/html-proofer/issues/377
Introduce subtle visual separation to improve readability - add a newline between execution line and start of Header - add a newline between command-options and parent-command-options ### Before:  ###...
It seems that mercenary does not show extra arguments of subcommands. See: https://github.com/jekyll/jekyll/issues/6376
ref: [Jekyll Issue/5345](https://github.com/jekyll/jekyll/issues/5345) - I believe this to be a bug, not a question about using Jekyll. - I updated to the latest Jekyll ## - I am on (or...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...
We have a number of exceptions we should clean up.
We often want to allow an option to be, heh, optional. We do this by adding a fallback or default value. It would be cool if this were a first-class...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...