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 03bd92a commit 7b0627dCopy full SHA for 7b0627d
_cmd.py
@@ -2017,7 +2017,7 @@ def __init__(self):
2017
2018
def _do_command(self, obd):
2019
args = copy.copy(self.args)
2020
- if args[0]=="deploy":
+ if args[0]=="deploy" and len(args)==1:
2021
ROOT_IO.print("Use 'obd tool install %s' instead" % COMP_OCEANBASE_DIAGNOSTIC_TOOL)
2022
return obd.install_tool(COMP_OCEANBASE_DIAGNOSTIC_TOOL)
2023
for i in range(len(self.args)):
0 commit comments