Set default retry offset to 0
This commit is contained in:
@@ -66,7 +66,7 @@ func RetryCmd(ctx *lmcli.Context) *cobra.Command {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd.Flags().Int("offset", 1, "Offset from the last message retry from.")
|
cmd.Flags().Int("offset", 0, "Offset from the last message to retry from.")
|
||||||
|
|
||||||
applyPromptFlags(ctx, cmd)
|
applyPromptFlags(ctx, cmd)
|
||||||
return cmd
|
return cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user