This commit is contained in:
VALLEY Antoine (T0173847) 2019-07-23 15:57:08 +02:00
parent b445963f46
commit eeec4733b9

View file

@ -505,6 +505,7 @@ class PortainerCLI(object):
self.local = local
self.load()
self.proxies = {}
logger.debug('main args:{}', args)
if command == self.COMMAND_CONFIGURE:
plac.call(self.configure, args)
elif command == self.COMMAND_LOGIN: