mirror of
https://github.com/httpie/cli.git
synced 2025-07-01 06:40:52 +02:00
Added --version.
This commit is contained in:
@ -73,6 +73,7 @@ def _(text):
|
||||
|
||||
|
||||
parser = argparse.ArgumentParser(description=doc.strip(),)
|
||||
parser.add_argument('--version', action='version', version=version)
|
||||
|
||||
# Content type.
|
||||
#############################################
|
||||
|
Reference in New Issue
Block a user