Difference between revisions of "Argparse"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
[[import argparse]] | [[import argparse]] | ||
+ | |||
+ | parser = argparse.ArgumentParser(allow_abbrev=False, usage=usage()) | ||
== See also == | == See also == | ||
* {{argparse}} | * {{argparse}} | ||
+ | |||
+ | [[Category:Python]] |
Revision as of 15:49, 28 March 2022
optparse
import argparse
parser = argparse.ArgumentParser(allow_abbrev=False, usage=usage())
See also
Advertising: