cmd: rename ollama config to ollama launch (#13871)

This commit is contained in:
Parth Sareen
2026-01-23 21:40:40 -05:00
committed by GitHub
parent 64737330a4
commit aae6ecbaff
4 changed files with 32 additions and 41 deletions

View File

@@ -2031,7 +2031,7 @@ func NewCLI() *cobra.Command {
copyCmd,
deleteCmd,
runnerCmd,
config.ConfigCmd(checkServerHeartbeat),
config.LaunchCmd(checkServerHeartbeat),
)
return rootCmd