From 4dd28b559e1690fc4b27694f8929db1648a5deb7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 Sep 2019 13:47:29 -0400 Subject: [PATCH] console --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfe84da..ee96f5e 100644 --- a/README.md +++ b/README.md @@ -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.