Add list-data command

This commit is contained in:
Matthias
2020-07-12 09:57:00 +02:00
parent d4fc52d2d5
commit 02afde857d
3 changed files with 38 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ Note: Be careful with file-scoped imports in these subfiles.
from freqtrade.commands.arguments import Arguments
from freqtrade.commands.build_config_commands import start_new_config
from freqtrade.commands.data_commands import (start_convert_data,
start_download_data)
start_download_data,
start_list_data)
from freqtrade.commands.deploy_commands import (start_create_userdir,
start_new_hyperopt,
start_new_strategy)