Set default retry offset to 0
This commit is contained in:
parent
5c1248184b
commit
f5ce970102
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user