Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Oct 6, 2019
1 parent 574e7b3 commit c77138d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions anwa/app_tools.py
Expand Up @@ -93,6 +93,10 @@ def set_parameters_by_path(parameters:pyqtgraph.parametertree.Parameter, path_va
Set value to parameter.
:param parameters: paramtree.Paramterr
:param path_val_couple_list: list of couple [Path to parameter can be separated by ";", value]
Usually defined by
@click.option('--params', '-p', multiple=True, default='', nargs=2,
help='Set parameter. First argument is path to parameter separated by ";". Second is the value.'
'python -m myapp -p Processing;Show True')
:param value:
:param parse_path: Turn on separation of path by ";"
:return:
Expand Down

0 comments on commit c77138d

Please sign in to comment.