Skip to content

Commit

Permalink
cmd/ask: remove short hand flag for --history
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Aug 5, 2024
1 parent 0a87e52 commit 0cb45cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ask.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,5 @@ var useHistory bool
func init() {
rootCmd.AddCommand(askCmd)
askCmd.Flags().StringVarP(&filePath, "file", "f", "", "File path for ask to read and use while generating an answer")
askCmd.Flags().BoolVarP(&useHistory, "history", "h", false, "Provide historical context to Savvy's AI model")
askCmd.Flags().BoolVarP(&useHistory, "history", "", false, "Provide historical context to Savvy's AI model")
}

0 comments on commit 0cb45cd

Please sign in to comment.