From 2683b6eca4ff3ba8a6c07b0133ad964d85f4d604 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 Sep 2019 13:20:30 -0400 Subject: [PATCH] example --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 33f8e2c..7042320 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ format: full-install: system-deps install install: node-deps python-deps + +argv-example: + set -eux + echo "HELLO, $WHO" + echo $@ + +dangerous-example: @confirm:secure + rm -fr * + python-deps: # Example of comments pipenv install