From b6b817e051e0f2ffa6119d17c2d32029b1648867 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 9 Nov 2025 08:41:02 +0100 Subject: [PATCH] chore: re-export all command partials --- docs/commands/backtesting-analysis.md | 2 +- docs/commands/backtesting-show.md | 2 +- docs/commands/backtesting.md | 2 +- docs/commands/convert-data.md | 2 +- docs/commands/convert-db.md | 2 +- docs/commands/convert-trade-data.md | 2 +- docs/commands/create-userdir.md | 2 +- docs/commands/download-data.md | 2 +- docs/commands/edge.md | 2 +- docs/commands/freqtrade-client.md | 2 +- docs/commands/hyperopt-list.md | 2 +- docs/commands/hyperopt-show.md | 2 +- docs/commands/hyperopt.md | 2 +- docs/commands/install-ui.md | 2 +- docs/commands/list-data.md | 2 +- docs/commands/list-exchanges.md | 2 +- docs/commands/list-freqaimodels.md | 2 +- docs/commands/list-hyperoptloss.md | 2 +- docs/commands/list-markets.md | 2 +- docs/commands/list-pairs.md | 2 +- docs/commands/list-strategies.md | 2 +- docs/commands/list-timeframes.md | 2 +- docs/commands/lookahead-analysis.md | 2 +- docs/commands/main.md | 2 +- docs/commands/new-config.md | 2 +- docs/commands/new-strategy.md | 2 +- docs/commands/plot-dataframe.md | 2 +- docs/commands/plot-profit.md | 2 +- docs/commands/recursive-analysis.md | 2 +- docs/commands/show-config.md | 2 +- docs/commands/show-trades.md | 2 +- docs/commands/strategy-updater.md | 2 +- docs/commands/test-pairlist.md | 2 +- docs/commands/trade.md | 2 +- docs/commands/trades-to-ohlcv.md | 2 +- docs/commands/webserver.md | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/commands/backtesting-analysis.md b/docs/commands/backtesting-analysis.md index d77979432..d208a3173 100644 --- a/docs/commands/backtesting-analysis.md +++ b/docs/commands/backtesting-analysis.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade backtesting-analysis [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] diff --git a/docs/commands/backtesting-show.md b/docs/commands/backtesting-show.md index 3574f4dd5..d4734b5b0 100644 --- a/docs/commands/backtesting-show.md +++ b/docs/commands/backtesting-show.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade backtesting-show [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--backtest-filename PATH] diff --git a/docs/commands/backtesting.md b/docs/commands/backtesting.md index 3554bb8d8..6e82d4233 100644 --- a/docs/commands/backtesting.md +++ b/docs/commands/backtesting.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade backtesting [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] diff --git a/docs/commands/convert-data.md b/docs/commands/convert-data.md index ea2c8f7ae..899babb39 100644 --- a/docs/commands/convert-data.md +++ b/docs/commands/convert-data.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade convert-data [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] diff --git a/docs/commands/convert-db.md b/docs/commands/convert-db.md index fcaab3192..21045cd8e 100644 --- a/docs/commands/convert-db.md +++ b/docs/commands/convert-db.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade convert-db [-h] [--db-url PATH] [--db-url-from PATH] options: diff --git a/docs/commands/convert-trade-data.md b/docs/commands/convert-trade-data.md index 7a28e1399..67fa0ca7c 100644 --- a/docs/commands/convert-trade-data.md +++ b/docs/commands/convert-trade-data.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade convert-trade-data [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] diff --git a/docs/commands/create-userdir.md b/docs/commands/create-userdir.md index 6351ffcea..734682aaf 100644 --- a/docs/commands/create-userdir.md +++ b/docs/commands/create-userdir.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade create-userdir [-h] [--userdir PATH] [--reset] options: diff --git a/docs/commands/download-data.md b/docs/commands/download-data.md index 87ec88080..35f15d19d 100644 --- a/docs/commands/download-data.md +++ b/docs/commands/download-data.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade download-data [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] [--pairs-file FILE] diff --git a/docs/commands/edge.md b/docs/commands/edge.md index 7851c8c24..5f8d68ad4 100644 --- a/docs/commands/edge.md +++ b/docs/commands/edge.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade edge [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [--recursive-strategy-search] diff --git a/docs/commands/freqtrade-client.md b/docs/commands/freqtrade-client.md index 84176f6f8..0f593656e 100644 --- a/docs/commands/freqtrade-client.md +++ b/docs/commands/freqtrade-client.md @@ -1,4 +1,4 @@ -``` +``` output Possible commands: available_pairs diff --git a/docs/commands/hyperopt-list.md b/docs/commands/hyperopt-list.md index a58caddea..17d1736d0 100644 --- a/docs/commands/hyperopt-list.md +++ b/docs/commands/hyperopt-list.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade hyperopt-list [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--best] [--profitable] [--min-trades INT] diff --git a/docs/commands/hyperopt-show.md b/docs/commands/hyperopt-show.md index d82f5283f..933fc7b39 100644 --- a/docs/commands/hyperopt-show.md +++ b/docs/commands/hyperopt-show.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade hyperopt-show [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--best] [--profitable] [-n INT] [--print-json] diff --git a/docs/commands/hyperopt.md b/docs/commands/hyperopt.md index b5032f4b9..07a286a8e 100644 --- a/docs/commands/hyperopt.md +++ b/docs/commands/hyperopt.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade hyperopt [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [--recursive-strategy-search] diff --git a/docs/commands/install-ui.md b/docs/commands/install-ui.md index b8430e36e..0801ee70d 100644 --- a/docs/commands/install-ui.md +++ b/docs/commands/install-ui.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade install-ui [-h] [--erase] [--prerelease] [--ui-version UI_VERSION] diff --git a/docs/commands/list-data.md b/docs/commands/list-data.md index f56febd28..6d85efcff 100644 --- a/docs/commands/list-data.md +++ b/docs/commands/list-data.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade list-data [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] diff --git a/docs/commands/list-exchanges.md b/docs/commands/list-exchanges.md index 41c45302a..4c90810b9 100644 --- a/docs/commands/list-exchanges.md +++ b/docs/commands/list-exchanges.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade list-exchanges [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-1] [-a] [--trading-mode {spot,margin,futures}] diff --git a/docs/commands/list-freqaimodels.md b/docs/commands/list-freqaimodels.md index d82bc5ac0..eea3b655f 100644 --- a/docs/commands/list-freqaimodels.md +++ b/docs/commands/list-freqaimodels.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade list-freqaimodels [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--freqaimodel-path PATH] [-1] diff --git a/docs/commands/list-hyperoptloss.md b/docs/commands/list-hyperoptloss.md index 149eaf2f0..949f0e636 100644 --- a/docs/commands/list-hyperoptloss.md +++ b/docs/commands/list-hyperoptloss.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade list-hyperoptloss [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--hyperopt-path PATH] [-1] diff --git a/docs/commands/list-markets.md b/docs/commands/list-markets.md index d0d97c00c..57abd4ac4 100644 --- a/docs/commands/list-markets.md +++ b/docs/commands/list-markets.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade list-markets [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [--print-list] diff --git a/docs/commands/list-pairs.md b/docs/commands/list-pairs.md index e2e5a0085..94c766c97 100644 --- a/docs/commands/list-pairs.md +++ b/docs/commands/list-pairs.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade list-pairs [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [--print-list] diff --git a/docs/commands/list-strategies.md b/docs/commands/list-strategies.md index db33f17f2..7b2f7556e 100644 --- a/docs/commands/list-strategies.md +++ b/docs/commands/list-strategies.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade list-strategies [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--strategy-path PATH] [-1] diff --git a/docs/commands/list-timeframes.md b/docs/commands/list-timeframes.md index 2fa6f0eb9..a2c3a4f67 100644 --- a/docs/commands/list-timeframes.md +++ b/docs/commands/list-timeframes.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade list-timeframes [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--exchange EXCHANGE] [-1] diff --git a/docs/commands/lookahead-analysis.md b/docs/commands/lookahead-analysis.md index 1573298a1..6ac516693 100644 --- a/docs/commands/lookahead-analysis.md +++ b/docs/commands/lookahead-analysis.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade lookahead-analysis [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] diff --git a/docs/commands/main.md b/docs/commands/main.md index b90e5c621..0a185f86d 100644 --- a/docs/commands/main.md +++ b/docs/commands/main.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade [-h] [-V] {trade,create-userdir,new-config,show-config,new-strategy,download-data,convert-data,convert-trade-data,trades-to-ohlcv,list-data,backtesting,backtesting-show,backtesting-analysis,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-markets,list-pairs,list-strategies,list-hyperoptloss,list-freqaimodels,list-timeframes,show-trades,test-pairlist,convert-db,install-ui,plot-dataframe,plot-profit,webserver,strategy-updater,lookahead-analysis,recursive-analysis} ... diff --git a/docs/commands/new-config.md b/docs/commands/new-config.md index de84aeaee..2e6fd0380 100644 --- a/docs/commands/new-config.md +++ b/docs/commands/new-config.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade new-config [-h] [-c PATH] options: diff --git a/docs/commands/new-strategy.md b/docs/commands/new-strategy.md index 727407b0c..9cdf124ce 100644 --- a/docs/commands/new-strategy.md +++ b/docs/commands/new-strategy.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade new-strategy [-h] [--userdir PATH] [-s NAME] [--strategy-path PATH] [--template {full,minimal,advanced}] diff --git a/docs/commands/plot-dataframe.md b/docs/commands/plot-dataframe.md index 0dab89288..fcdb5289b 100644 --- a/docs/commands/plot-dataframe.md +++ b/docs/commands/plot-dataframe.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade plot-dataframe [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] diff --git a/docs/commands/plot-profit.md b/docs/commands/plot-profit.md index 3f8c956a4..fb605631d 100644 --- a/docs/commands/plot-profit.md +++ b/docs/commands/plot-profit.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade plot-profit [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] diff --git a/docs/commands/recursive-analysis.md b/docs/commands/recursive-analysis.md index e9acc8d68..54ad8bf28 100644 --- a/docs/commands/recursive-analysis.md +++ b/docs/commands/recursive-analysis.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade recursive-analysis [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] diff --git a/docs/commands/show-config.md b/docs/commands/show-config.md index b80141f0c..0f1f998a8 100644 --- a/docs/commands/show-config.md +++ b/docs/commands/show-config.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade show-config [-h] [--userdir PATH] [-c PATH] [--show-sensitive] diff --git a/docs/commands/show-trades.md b/docs/commands/show-trades.md index cba55be56..e539abaa0 100644 --- a/docs/commands/show-trades.md +++ b/docs/commands/show-trades.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade show-trades [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--db-url PATH] diff --git a/docs/commands/strategy-updater.md b/docs/commands/strategy-updater.md index 4db20b032..051b03277 100644 --- a/docs/commands/strategy-updater.md +++ b/docs/commands/strategy-updater.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade strategy-updater [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]] diff --git a/docs/commands/test-pairlist.md b/docs/commands/test-pairlist.md index 2dd9ff789..575762141 100644 --- a/docs/commands/test-pairlist.md +++ b/docs/commands/test-pairlist.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade test-pairlist [-h] [--userdir PATH] [-v] [-c PATH] [--quote QUOTE_CURRENCY [QUOTE_CURRENCY ...]] [-1] [--print-json] [--exchange EXCHANGE] diff --git a/docs/commands/trade.md b/docs/commands/trade.md index 0a0719ba0..4c2bdd446 100644 --- a/docs/commands/trade.md +++ b/docs/commands/trade.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade trade [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-s NAME] [--strategy-path PATH] [--recursive-strategy-search] diff --git a/docs/commands/trades-to-ohlcv.md b/docs/commands/trades-to-ohlcv.md index c318841cd..90548a7cf 100644 --- a/docs/commands/trades-to-ohlcv.md +++ b/docs/commands/trades-to-ohlcv.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade trades-to-ohlcv [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH] [-p PAIRS [PAIRS ...]] diff --git a/docs/commands/webserver.md b/docs/commands/webserver.md index cd42e9825..cb494f88c 100644 --- a/docs/commands/webserver.md +++ b/docs/commands/webserver.md @@ -1,4 +1,4 @@ -``` +``` output usage: freqtrade webserver [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--userdir PATH]