Recipes should be able to define options:
foo --bar BAZ:
echo {{BAZ}}
Maybe flags too:
foo --BAZ:
echo {{BAZ}} # is it "true" or "false"? Or "" or BAZ?
Large changes to the parsing of recipe parameters like this should be considered holistically, along with other possible changes, like $ to support exporting parameters as environment variables, or changing all just variables to being environment variables.
Recipes should be able to define options:
Maybe flags too:
Large changes to the parsing of recipe parameters like this should be considered holistically, along with other possible changes, like
$to support exporting parameters as environment variables, or changing all just variables to being environment variables.