Add callback functions to new-strategy --template advanced

This commit is contained in:
Matthias
2020-03-01 09:35:53 +01:00
parent 7736f8d018
commit 791148176c
5 changed files with 80 additions and 16 deletions

View File

@@ -379,9 +379,9 @@ AVAILABLE_CLI_OPTIONS = {
# Templating options
"template": Arg(
'--template',
help='Use a template which is either `minimal` or '
'`full` (containing multiple sample indicators). Default: `%(default)s`.',
choices=['full', 'minimal'],
help='Use a template which is either `minimal`, '
'`full` (containing multiple sample indicators) or `advanced`. Default: `%(default)s`.',
choices=['full', 'minimal', 'advanced'],
default='full',
),
# Plot dataframe