Python argparse
In Python, there is no need to write arguments --like_this
.
You can do arguments --like-this
, and argparse will convert the -
characters to _
.
For example:
In Python, there is no need to write arguments --like_this
.
You can do arguments --like-this
, and argparse will convert the -
characters to _
.
For example: