Skip to content

Commit

Permalink
Added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpz7 committed Aug 20, 2022
1 parent f515428 commit d398d5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,27 @@ scripts:
echo "Setup Failed. Great!\n"
fi
test_echo_complicated: |
sharpdev_test echo5 yay! Duplicates_Work!
sharpdev_test echo2 Extra Args Works!
echo1: echo TEST
echo2: echo "$_ARG1 $_ARG2"
echo3: echo "Env and Parent ${ECHO:-failed}"
echo4: echo $SETUP
echo5: echo "$_ARG1 $_ARG2 $_ARG1"

full: |
sharpdev test_echo_single
sharpdev test_echo_multi
sharpdev test_echo_complicated
sharpdev test_parent
sharpdev test_version
sharpdev test_default
sharpdev test_env_sub
sharpdev test_setup
sharpdev_test -ss test_skip_setup
```
# Installation
Expand Down

0 comments on commit d398d5b

Please sign in to comment.