We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6993d0 commit 7126d91Copy full SHA for 7126d91
haproxytool/cli.py
@@ -36,7 +36,6 @@ def main():
36
version = ("haproxytool version: {}, haproxyadmin library version: {}"
37
.format(__version__, hapadmin_version))
38
args = docopt(__doc__, version=version, options_first=True)
39
- print(args)
40
41
call_main = methodcaller('main')
42
0 commit comments