kennethreitz/bake

Feature Request --force -f

Aperta

#7 aperta il 19 set 2019

 (2 commenti) (0 reazioni) (0 assegnatari)Python (24 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (638 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Please add a --force flag to force task to run even if hash has not changed on a task with a @skip:key

$bake install
 + Executing @skip(key=requirements.txt):
 + Skipping install/python.
 + Executing install:
 + Done.

$bake install --force
 + Executing install/python:
  .
  .
  .
 + Executing install:
 + Done.

Guida contributor