Jacob Deichert

Results 39 comments of Jacob Deichert

A `default: something` flag value is easy to support. As a workaround for now, in my readme example I used a bash fallback value like this: ```sh PORT=${port:-8080} # Set...

I'll reopen this since it does seem useful as a feature. Specifying a default value for a flag lets the user easily see what the fallback value is if they...

Specifying a list of accepted values for a flag/option could be a nice user experience (preventing typos, documentation). A file/directory path flag type could be nice as well. We could...

Hey, thanks for checking out mask! If I understand correctly, this would act like a shortcut for accessing commands in some other maskfile. So if I ran `mask build `...

Check out the mask-parser crate: https://github.com/jacobdeichert/mask/tree/master/mask-parser Also published to crates.io: https://crates.io/crates/mask-parser This library is not considered stable and it's undocumented. But it should do what you want, parsing a readme...

Also, there's an undocumented mask CLI option called `--introspect` which spits out a json string as well. You can run that if you want an idea of what it will...

Thanks for the PR! I plan on reviewing it sometime within the next few days/week when I find the time. Mask is definitely still in development! I just rarely find...

Hey, I did a very quick review and looked into that CI php error with a suggestion on how to fix it properly. I also noticed the actions didn't run...

Thanks for getting up to date with master! I haven't forgot about this, just been really busy lately. I plan on checking this out again this week 👍