Expose --force(-all) flag as variable so it can be acted upon #1412
Labels
area: variables
Changes related to variables.
good first issue
Issues that are good for first-time contributors to pick up.
the
--force
/--force-all
flag is now used for status checks, eg https://taskfile.dev/usage/#by-fingerprinting-locally-generated-files-and-their-sourcesSome tasks that are run could benefit from this flag as well to force a refresh/rebuild, eg
do-something {{if eq .CLI_FORCE 1}} --force{{end}}
The text was updated successfully, but these errors were encountered: