diff options
author | Todd Leonhardt <tleonhardt@gmail.com> | 2017-06-28 16:28:47 -0400 |
---|---|---|
committer | Todd Leonhardt <tleonhardt@gmail.com> | 2017-06-28 16:28:47 -0400 |
commit | 1931ce6013fff1804cf1658759eff80a64fb131a (patch) | |
tree | 24a81d52705e4054a77e070d4e26a962c3f77b9d /examples | |
parent | 6ea7fc0587ba1645ee4bdd4c610480e55c4a7d96 (diff) | |
download | cmd2-git-1931ce6013fff1804cf1658759eff80a64fb131a.tar.gz |
Simplified implementation of do__relative_load
Also removed default argument for _relative_load and load
Diffstat (limited to 'examples')
-rw-r--r-- | examples/scripts/nested.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/scripts/nested.txt b/examples/scripts/nested.txt new file mode 100644 index 00000000..9ec26160 --- /dev/null +++ b/examples/scripts/nested.txt @@ -0,0 +1,3 @@ +!echo "Doing a relative load" +_relative_load script.txt + |