Sean Marquez
Sean Marquez
Just attempting to load PetitParser, as I'm running this in vanilla Pharo
This may be relevant/useful http://think-like-a-git.net/
Is this analogous to a `package.json` in NodeJS or `requirements.txt` in python?
Should we perhaps open an issue for implementing a Namespace function that goes from `uriorcurie` to uri or curie?
Opened the following [issue](https://github.com/fuhrmanator/PlantUMLPharoGizmo/issues/11) for reference
Thanks @demarey, I've actually been experimenting with the PharoLauncherCLI. Some of the features aren't fully implemented, but I'll see if I can make do with what works
In case this issue is still being worked on, something akin to [How to use the ClapCommandLineHandler in Pharo](https://vineetreddy.wordpress.com/2017/08/28/clap-st-part-2-how-to-use-the-clapcommandlinehandler-in-pharo/) would be a useful tutorial. I've tried following it, but am...
If the issue is concerning what the default behavior should be, https://clig.dev/#help suggests displaying help text when passed no options, the `-h` flag, or the `--help` flag.
Is this something that could be potentially resolved with a unit test package (spec'd in a baseline)?