Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Feb 4, 2024
1 parent c1f4643 commit d133c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sqlite3.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var sqlite3Command = &cobra.Command{
func init() {

sqlite3Command.Flags().StringP("file", "f", "", "database file path")
sqlite3Command.MarkFlagRequired("file")
_ = sqlite3Command.MarkFlagRequired("file")

rootCmd.AddCommand(sqlite3Command)
}

0 comments on commit d133c76

Please sign in to comment.