additional support for --data-dir

This commit is contained in:
Matthias 2022-09-18 08:39:03 +02:00
parent 92a32ab31b
commit 4634936265

View File

@ -69,7 +69,7 @@ AVAILABLE_CLI_OPTIONS = {
metavar='PATH', metavar='PATH',
), ),
"datadir": Arg( "datadir": Arg(
'-d', '--datadir', '-d', '--datadir', '--data-dir',
help='Path to directory with historical backtesting data.', help='Path to directory with historical backtesting data.',
metavar='PATH', metavar='PATH',
), ),