From 101b17ebacb5b032c17b6ae6f9f584070027ecb2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 01:58:21 -0400 Subject: [PATCH] fix bakefile --- Bakefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Bakefile b/Bakefile index fbfdc81..f738621 100644 --- a/Bakefile +++ b/Bakefile @@ -66,17 +66,17 @@ random/python/ip: print(r.json()['origin'].split(',')[0]) cli: - bake:red 'Testing sub–commands.' - bake:step 'sub-task' - echo 'I should *not* be red.' | bake:red | bake:indent | bake:notred - echo 'I *should* be red.' | bake:red --always | bake:indent - echo "$(echo test $(bake:red test) test | bake:indent)" + red 'Testing sub–commands.' + bake_step 'sub-task' + echo 'I should *not* be red.' | red | bake_indent | notred + echo 'But, I *should* be red.' | red --always | bake_indent | bake_indent + echo "$(echo $(red test --fg yellow) $(red test --bold) $(red test --fg cyan) | bake_indent)" echo //kr: sparkescakesparkles="✨ 🍰 ✨" | pbcopy echo "$sparkescakesparkles" | pbcopy - echo 'KR Copied!' | bake:red --fg cyan + echo 'KR Copied!' | red --fg cyan lazy_brew() { set -e