Closed EdwardOst closed 4 years ago
Indeed, you have discovered that the docopt
output doesn't work in the fully decoupled mode. Unfortunatelly, I can't imagine a fix, as the decoupling makes quite difficult to reconstruct the link between myscript
and the parsing script/template.
The only fix possible is documenting this as a known issue.
I am new to argbash, so perhaps I am doing something wrong. I generate a sample script and m4 specification with the argbash-init command in fully decoupled mode.
I run argbash to create the parsing library.
I then generate the DocOpts.
The resulting docopts references the myscript-parsing rather than myscript.
The expected docopts should reference myscript rather than myscript-parsing