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