File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ a [docker image](https://hub.docker.com/r/dannyben/bashly).
4040 file for you ([ example] ( https://github.com/DannyBen/bashly/tree/master/examples/minimal#bashlyyml ) ).
41412 . Bashly then automatically generates a bash script (when you run
4242 ` bashly generate ` ) that can parse and validate user input, provide help
43- messages, and run your code for each command ( [ example ] ( https://github.com/DannyBen/bashly/blob/master/examples/minimal/download ) ) .
43+ messages, and run your code for each command.
44443 . Your code for each command is kept in a separate file, and can be merged
4545 again if you change it ([ example] ( https://github.com/DannyBen/bashly/blob/master/examples/minimal/src/root_command.sh ) ).
4646
You can’t perform that action at this time.
0 commit comments