From 8fc1f962b3b68c742279e810364f19802f1632ef Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 01:22:33 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 832c273..c688e39 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This project seeks to bridge all of these worlds into a single entrypoint — i ![vanity image](https://github.com/kennethreitz/bake/blob/master/ext/img.jpg?raw=true) +----------------- + ```console $ bake -h Usage: bake [OPTIONS] [TASK] [ARGUMENTS]... From 2c480adc855eaaad0f0ac95e45329b24eab32bce Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 01:22:47 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c688e39..e939072 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Options: -h, --help Show this message and exit. ``` +---------------- + ### Features 'n Things - A `Bakefile`, which looks and feels like the good parts of a `Makefile`. From 7cdbf079e15076b1728ec235769fad87e5e292c8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 01:23:06 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e939072..cc6414c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Options: - Unlike `Makefile`, either tabs or 4 spaces can be used. - Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root (e.g. location of the `Bakefile`). +--------------- ## `$ cat Bakefile`