argparse-bash icon indicating copy to clipboard operation
argparse-bash copied to clipboard

add epilog

Open aberezin opened this issue 4 years ago • 1 comments

This PR adds an epilog to the options (like ARGPARSE_DESCRIPTION is optional)

aberezin avatar Oct 11 '20 16:10 aberezin

@aberezin - thanks for the contribution! Can you please update your changes to the test code to retain python2 compatibility?

% python2 test.py
  File "test.py", line 12
    def run(script,*args,expect_exit_1=False):
                                     ^
SyntaxError: invalid syntax

also, I try to stick with with PEP8 formatting rules. I'd be happy to merge an updated PR.

nhoffman avatar Oct 11 '20 17:10 nhoffman