Skip to content

Commit a9029d2

Browse files
authored
Remove --experimental flag from the persistent FlagSet (#3191)
1 parent a6fc7b1 commit a9029d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/cmd/cmd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ func init() {
3636
func Do(args []string, stdin io.Reader, stdout io.Writer, stderr io.Writer) int {
3737
rootCmd := &cobra.Command{Use: "sqlc", SilenceUsage: true}
3838
rootCmd.PersistentFlags().StringP("file", "f", "", "specify an alternate config file (default: sqlc.yaml)")
39-
rootCmd.PersistentFlags().BoolP("experimental", "x", false, "DEPRECATED: enable experimental features (default: false)")
4039
rootCmd.PersistentFlags().Bool("no-remote", false, "disable remote execution (default: false)")
4140
rootCmd.PersistentFlags().Bool("remote", false, "enable remote execution (default: false)")
4241

0 commit comments

Comments
 (0)