You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tr("Show all build properties used instead of compiling."),
117
+
tr(`Show build properties instead of compiling. With "pattern" properties are returned as they are defined. If "value" the placeholders are replaced with compilation context values.`),
117
118
)
118
119
compileCommand.Flags().Lookup("show-properties").NoOptDefVal="pattern"// default if the flag is present with no value
119
120
compileCommand.Flags().BoolVar(&preprocess, "preprocess", false, tr("Print preprocessed code to stdout instead of compiling."))
0 commit comments