You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create a new $NAME_OF_SCRIPT.parser.sh and parser.m4.
15
16
16
-
This will create a new $NAME_OF_SCRIPT.parser.sh and parser.m4.
17
+
4. Manually update the parser.tpl file with any changes you might need from the updated parser.m4 file
17
18
18
-
It doesn't overwrite the real template, parser.tpl, to allow you to manually copy over the sections you need.
19
+
The build script doesn't overwrite the real template, parser.tpl, to allow you to manually copy over the sections you need. This is because you'll be making manual changes to the parser.tpl template that aren't possible to script.
19
20
20
-
On first run, you might copy over the entire template to parser.tpl as a starting point. On each subsequent run, just copy over the parts that have changed (new or modified options)
21
+
The first time you run the build script, you'll want to copy over the entire parser.m4 template to parser.tpl as a starting point. On each subsequent run, just copy over the parts that have changed (new or modified options)
21
22
22
-
1. Once you've modified parser.tpl manually, run ./build.sh a second time. This time your manual changes will be applied to the output.
23
-
2. Copy over the git-get-help contents over to to print-help funcajdruff@ajsbox:~/dev/sandbox/argbash$ sudo install argbash-docker argbash-init-docker /usr/bin/tion.
23
+
5. Once you've modified parser.tpl manually, run ./build.sh a second time. This time your manual changes will be applied to the output.
24
+
6. Copy the contents of `parser/help` over the to print-help function in git-get-parser.sh
24
25
25
26
## To install Argbash
26
27
27
-
Install Argbash as a Docker container.ajdruff@ajsbox:~/dev/sandbox/argbash$ sudo install argbash-docker argbash-init-docker /usr/bin/
28
+
Take the following steps to install argbash as a Docker container.
0 commit comments