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
When I run my bash script with the version argument, e.g. parser.add_argument('--version', action='version', version='%(prog)s 1.0.0')
I get the following error: ./argparse.bash: line 60: 0.1: command not found
The text was updated successfully, but these errors were encountered:
When I run my bash script with the version argument, e.g.
parser.add_argument('--version', action='version', version='%(prog)s 1.0.0')
I get the following error:
./argparse.bash: line 60: 0.1: command not found
The text was updated successfully, but these errors were encountered: