Skip to content

Commit

Permalink
Mark which commands have optional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselang committed Jan 8, 2018
1 parent 13db347 commit 8eae1f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ demo_main() {
c ' source demo.sh'
c
c COMMANDS
c ' c "<text>" - output <text> as a comment'
c ' x "<text>" - output a command, execute, and output the result'
c ' hold "<text>" - hold for input using <text> as the prompt'
c ' live "<text>" - start a new live shell using <text> as the prompt'
c ' c "<text>" - output <text> as a comment'
c ' x ["<text>"] - output a command, execute, and output the result'
c ' hold ["<text>"] - hold for input using <text> as the prompt'
c ' live ["<text>"] - start a new live shell using <text> as the prompt'
c
c http://github.com/jesselang/demo.sh
}
Expand Down

0 comments on commit 8eae1f7

Please sign in to comment.