marathon-pkg
marathon-pkg copied to clipboard
Document how to set boolean flags when using marathon startup script
Currently, there is no documentation on how to set boolean flags when using the Marathon startup script. Furthermore, it's difficult to even figure this out by looking at the source because the script is prepended to the jar. At a minimum, update --help so that it is at least self-documenting with regard to boolean flags. Even better, we should extract the startup script from the jar so that it is easier for users to see how marathon is configured and launched.
:+1: