Kiru
Kiru
I am not sure if this is related, but there is an error here: https://github.com/bitwalker/distillery/blob/master/priv/libexec/commands/win/install.ps1#L35 This line: `$service_argv += @("-data", "$Env:START_ERL_DATA) ` should be: `$service_argv += @("-data", $Env:START_ERL_DATA) ` The...
I think this problem already explained in the documentation: > If you want to use tab as delimiter you need to pass $'\t' as delimiter to ensure your shell does...
@adevade It's really nice tool! Support for the new configuration format would be nice.
You are right, it works! I did not realize that grouping in colors was not necessary. Thank you.
@whyicantusemyemailasusername Thank you for the quick answer. I think this is a nice way to configure, but I was wondering if you can provide a hook into PippoSettings#loadProperties, so one...