kennethreitz/bake

Feature Request --force -f

開放

#7 建立於 2019年9月19日

 (2 則留言) (0 個反應) (0 位負責人)Python (24 個分叉)github user discovery
enhancementgood first issue

倉庫指標

星標
 (638 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南