[doc] usefull comment

This commit is contained in:
Laurent Peuch 2017-07-23 03:35:51 +02:00
parent 179958797a
commit 61eaec0d53

View file

@ -587,6 +587,10 @@ class ActionsMap(object):
parser.add_argument(*names, **argp)
# Instantiate parser
#
# this either returns:
# * moulinette.interfaces.cli.ActionsMapParser
# * moulinette.interfaces.api.ActionsMapParser
top_parser = self.parser_class(**kwargs)
# namespace, actionsmap is a tuple where: