Skip to content

Commit

Permalink
cmd/cue: fix build
Browse files Browse the repository at this point in the history
Fixes Issue cue-lang#34

Change-Id: Ib0474b79ed0aee706c6a981c9aaa431f4ca991ae
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/1820
Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
  • Loading branch information
mpvl committed Apr 16, 2019
1 parent d6ddfdf commit 433ab7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cue/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ var (
fPackage = rootCmd.PersistentFlags().StringP("package", "p", "", "CUE package to evaluate")
fSimplify = rootCmd.PersistentFlags().BoolP("simplify", "s", false, "simplify output")
fIgnore = rootCmd.PersistentFlags().BoolP("ignore", "i", false, "proceed in the presence of errors")
fVerbose = rootCmd.PersistentFlags().BoolP("verbose", "v", false, "print information about progress")
)

// initConfig reads in config file and ENV variables if set.
Expand Down

0 comments on commit 433ab7a

Please sign in to comment.