This commit is contained in:
2019-09-15 13:47:29 -04:00
parent 8d85518dea
commit 4dd28b559e
+2 -2
View File
@@ -5,7 +5,7 @@ I love using `Makefile`s for one-off tasks in projects. The problem with doing t
**WORK IN PROGRESS**
```text
```console
$ bake -h
Usage: bake [OPTIONS] [TASK] [ARGUMENTS]...
@@ -57,7 +57,7 @@ system-deps:
**Running the above `Bakefile`**:
```text
```console
$ bake --silent format
All done! ✨ 🍰 ✨
7 files left unchanged.