Mercurial > libervia-backend
diff frontends/src/jp/base.py @ 2409:d2ff5ff3de77
jp (ad-hoc): new "list" and "run" commands:
- list just display commands available at ad-hoc entry point. --verbose allows to display values names, which is useful for automation.
- run can either run interactively a command, or execute a workflow to automate them.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 31 Oct 2017 23:20:04 +0100 |
parents | 3865a772c360 |
children | 8b37a62336c3 |
line wrap: on
line diff
--- a/frontends/src/jp/base.py Tue Oct 31 23:17:37 2017 +0100 +++ b/frontends/src/jp/base.py Tue Oct 31 23:20:04 2017 +0100 @@ -859,7 +859,7 @@ to manage action_types answer, """ - action_callbacks = {} # XXX: set managed action types in an dict here: + action_callbacks = {} # XXX: set managed action types in a dict here: # key is the action_type, value is the callable # which will manage the answer. profile filtering is # already managed when callback is called