kennethreitz/bake

Feature Request --force -f

オープン

#7 opened on 2019/09/19

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (24 件のフォーク)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (638 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド