-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add 'env_var' DSL command to specify environment variables used by …
…the Runfile
- Loading branch information
Showing
7 changed files
with
89 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Runner 0.1.0 | ||
The first ever Runfile program | ||
|
||
Usage: | ||
run greet <name> [--long --color] | ||
run jump around | ||
run jump up [--high] | ||
run (-h|--help|--version) | ||
|
||
Commands: | ||
greet <name> [--long --color] | ||
Say hello to <name>. Use --long to show a longer greeting, and this line | ||
is long on purpose to see how it is displayed. | ||
|
||
Options: | ||
--long | ||
Show a longer greeting | ||
|
||
-c --color | ||
Use colored output | ||
|
||
-h --help | ||
Show this screen | ||
|
||
--version | ||
Show version number | ||
|
||
Special Options: | ||
--quiet | ||
Do not output anything | ||
|
||
Parameters: | ||
SOURCE | ||
Source file to copy | ||
|
||
Copy Options: | ||
SOURCE | ||
Source file to copy | ||
|
||
Environment Variables: | ||
HEADER | ||
Set the display header | ||
|
||
Layout Environment Variables: | ||
HEADER | ||
Set the display header | ||
|
||
Examples: | ||
run greet Danny --color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters