Add feature shell for database conversion

This commit is contained in:
Matthias
2022-05-09 07:21:10 +02:00
parent 0f499469fc
commit c3b0f6b64b
4 changed files with 34 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ 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_convert_trades,
start_download_data, start_list_data)
from freqtrade.commands.db_commands import start_db_convert
from freqtrade.commands.deploy_commands import (start_create_userdir, start_install_ui,
start_new_strategy)
from freqtrade.commands.hyperopt_commands import start_hyperopt_list, start_hyperopt_show