Difference between revisions of "Argparse"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
== See also == | == See also == | ||
* {{argparse}} | * {{argparse}} | ||
− | |||
[[Category:Python]] | [[Category:Python]] |
Revision as of 11:31, 13 October 2022
store_true
import argparse parser = argparse.ArgumentParser (allow_abbrev=False, usage=usage())
Related
optparse (deprecated)
See also
Advertising: