nhoffman / argparse-bash

Use python's argparse module in shell scripts
MIT License
167 stars 27 forks source link

Xonsh might be the answer #7

Closed certik closed 8 years ago

certik commented 8 years ago

The proper thing to do would be to abandon *sh altogether, and instead use a scripting language with a proper library for defining a command line interface. Can anyone think of one?

I think that Xonsh (http://xon.sh/) might be able to do that.

nhoffman commented 8 years ago

Thanks for the suggestion! I'll have to check it out. The answer I had in mind for my (admittedly rhetorical) question was of course Python, but the more the merrier!

certik commented 8 years ago

I think Xonsh is a superset of Python.

Sent from my mobile phone. On Feb 19, 2016 3:45 PM, "Noah Hoffman" notifications@github.com wrote:

Thanks for the suggestion! I'll have to check it out. The answer I had in mind for my (admittedly rhetorical) question was of course Python, but the more the merrier!

— Reply to this email directly or view it on GitHub https://github.com/nhoffman/argparse-bash/issues/7#issuecomment-186438953 .