Moved flag

This commit is contained in:
Matt Low 2024-03-12 08:03:04 +00:00
parent 2c7bdd8ebf
commit 045146bb5c
2 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,6 @@ func RootCmd(ctx *lmcli.Context) *cobra.Command {
cmd.MarkFlagsMutuallyExclusive("system-prompt", "system-prompt-file")
}
renameCmd.Flags().Bool("generate", false, "Generate a conversation title")
root.AddCommand(
cloneCmd,
continueCmd,

View File

@ -56,5 +56,7 @@ func RenameCmd(ctx *lmcli.Context) *cobra.Command {
},
}
cmd.Flags().Bool("generate", false, "Generate a conversation title")
return cmd
}