diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-23 08:47:22 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-01-23 08:47:22 +0100 |
commit | c9614f35cb8de12c70ea791ae3c347b5c1939fa5 (patch) | |
tree | 6b86aa5bc705712cf58499ab6d8e02ff588cd930 /lib/cli.py | |
parent | 2ad43ee2c8a83a9524d9e6ca830f776ab9b1c23a (diff) |
--function-override: Use : for splitting to support spaces in key/attr names
Also, document it in doc/modeling-methods
Diffstat (limited to 'lib/cli.py')
-rw-r--r-- | lib/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -575,7 +575,7 @@ def add_standard_arguments(parser): ) parser.add_argument( "--function-override", - metavar="<name> <attribute> <function>[;<name> <attribute> <function>;...]", + metavar="<name>:<attribute>:<function>[;<name>:<attribute>:<function>;...]", type=str, help="Manually specify the function to fit for <name> <attribute>. " "A function specified this way bypasses parameter detection: " |