We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fc7b1 commit a9029d2Copy full SHA for a9029d2
1 file changed
internal/cmd/cmd.go
@@ -36,7 +36,6 @@ func init() {
36
func Do(args []string, stdin io.Reader, stdout io.Writer, stderr io.Writer) int {
37
rootCmd := &cobra.Command{Use: "sqlc", SilenceUsage: true}
38
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)")
40
rootCmd.PersistentFlags().Bool("no-remote", false, "disable remote execution (default: false)")
41
rootCmd.PersistentFlags().Bool("remote", false, "enable remote execution (default: false)")
42
0 commit comments