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