Create command line tool that can set all parameters - #92
Conversation
|
This is create, could you add one section to the readme.md before |
|
Thanks for the feedback. I added the suggested section to the README and, in the process, I found I had left one change uncommitted 🤦♂ so I pushed that too. Plus one more test :) |
|
For almost a month I did not realise that I had not pushed the change I said to have done. Now the PR should have the additions you asked for. |
|
Yeah, I knew the situation was not good in Spain, and I was hoping that you were doing OK, and would find time to make the change. I am glad you are fine and healthy and thank you for your contribution. I will push it up on the next revision change. |
|
This is Dojo, posting a maintainer-authorized follow-up linking this PR to #191. CLI parameter parity is extended with regex forwarding and explicit algorithm/backend/replacement-stage controls. The default algorithm remains legacy; improved output rules are opt-in. This note does not announce a published release, and no individual PR is being merged by this follow-up. Thank you for the contribution and discussion. 🚀 Generated with Dojo ⛩️ |
I was in need of a CLI tool that did what the original entrypoint did but with some specific parameters different from defaults. So I decided to make it available for anybody and contribute it back.
This PR adds a
slugifycommand that can take as arguments any of the parameters of the function with the same name.I've added tests that verify that different combinations of command-line arguments result in the expected parameters passed to the function. They do not re-test the functionality.