mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update README.md
This commit is contained in:
parent
47fcfc6fc7
commit
bfeb56baca
1 changed files with 1 additions and 1 deletions
|
@ -88,6 +88,6 @@ Dev self-notes
|
||||||
* One single action function is called after the parsing, named like 'category_action()'
|
* One single action function is called after the parsing, named like 'category_action()'
|
||||||
* Connection to LDAP and/or config file openning is made before the action function
|
* Connection to LDAP and/or config file openning is made before the action function
|
||||||
* Parsed arguments and connection dictionary are the only parameters passed to the action function
|
* Parsed arguments and connection dictionary are the only parameters passed to the action function
|
||||||
category_<action>(args, connections)
|
category_action(args, connections)
|
||||||
* 'connections' is optionnal
|
* 'connections' is optionnal
|
||||||
* Connections are closed just before the sys.exit calling
|
* Connections are closed just before the sys.exit calling
|
Loading…
Add table
Reference in a new issue