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.

贡献者指南