I'm looking for a tool to generate a script for handling input parameters.

I guess it would be best if the script would generate a file that I will later include (source) in my main script. This way, if the parameters requirements are changed, the generator can still be used without erasing the content of the main script.

It would also be nice if the tool would generate a help section with all the input parameters possibilities.

Any knowledge of such a tool?

Update: Looking for a (ba)sh script generatorr, though I don't really care - as long as I can interact with it from a script (sh) file.

link|improve this question

65% accept rate
I don't see getopts being difficult enough to write a generator for... – Ignacio Vazquez-Abrams Jul 1 '11 at 16:53
1  
What programming language? (First recommendation: if you're even asking this question in the first place, it's time to give up on (ba)sh.) – Zack Jul 1 '11 at 16:54
Are you looking for something like gflags (has translations into many languages by now (python, etc))? code.google.com/p/google-gflags – NickAldwin Jul 1 '11 at 16:54
Looking for a (ba)sh generator, though I don't really care - as long as I can interact with it from a script (sh) file. – kilaka Jul 1 '11 at 17:32
There is a standard in Linux, right? – kilaka Jul 1 '11 at 17:35
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.