mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[doc] usefull comment
This commit is contained in:
parent
179958797a
commit
61eaec0d53
1 changed files with 4 additions and 0 deletions
|
@ -587,6 +587,10 @@ class ActionsMap(object):
|
||||||
parser.add_argument(*names, **argp)
|
parser.add_argument(*names, **argp)
|
||||||
|
|
||||||
# Instantiate parser
|
# Instantiate parser
|
||||||
|
#
|
||||||
|
# this either returns:
|
||||||
|
# * moulinette.interfaces.cli.ActionsMapParser
|
||||||
|
# * moulinette.interfaces.api.ActionsMapParser
|
||||||
top_parser = self.parser_class(**kwargs)
|
top_parser = self.parser_class(**kwargs)
|
||||||
|
|
||||||
# namespace, actionsmap is a tuple where:
|
# namespace, actionsmap is a tuple where:
|
||||||
|
|
Loading…
Add table
Reference in a new issue