Versions in this module Expand all Collapse all v1 v1.0.0 Apr 3, 2026 Changes in this version + var Module = fx.Module("commands", ...) + type AnalyzeCommandResult struct + AnalyzeCommand *cobra.Command + func NewAnalyzeCommand(handler backtesting.AnalyzeHandler) AnalyzeCommandResult + type BacktestCommandResult struct + BacktestCommand *cobra.Command + func NewBacktestCommand(handler backtesting.BacktestHandler) BacktestCommandResult + type CommandParams struct + Analyze *cobra.Command + Backtest *cobra.Command + Init *cobra.Command + Theme *cobra.Command + Version *cobra.Command + type Commands struct + Analyze *cobra.Command + Backtest *cobra.Command + Init *cobra.Command + Theme *cobra.Command + Version *cobra.Command + func NewCommands(params CommandParams) *Commands + type InitCommandResult struct + InitCommand *cobra.Command + func NewInitCommand(handler setup.InitHandler) InitCommandResult + type LiveCommandResult struct + LiveCommand *cobra.Command + func NewLiveCommand(handler live.LiveHandler) LiveCommandResult + type RootCommand struct + Cmd *cobra.Command + func NewRootCommand(handler core.RootHandler) *RootCommand + type RunStrategyCommand struct + Cmd *cobra.Command + func NewRunStrategyCommand(rt live.Runtime) *RunStrategyCommand + type ThemeCommand struct + Cmd *cobra.Command + func NewThemeCommand() *ThemeCommand + type VersionCommandResult struct + VersionCommand *cobra.Command + func NewVersionCommand() VersionCommandResult