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 121ad9f commit bb72752Copy full SHA for bb72752
tccli/main.py
@@ -80,7 +80,6 @@ def main():
80
log.exception(e)
81
return 255
82
except TencentCloudSDKException as e:
83
- sys.stderr.write("usage: %s\n" % USAGE)
84
sys.stderr.write(str(e))
85
sys.stderr.write("\n")
86
log.error(e)
0 commit comments