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 build properties instead of compiling. With "pattern" properties are returned as they are defined. If "value" the placeholders are replaced with compilation context values.`),
123
+
tr(`Show build properties instead of compiling. With "expanded" the placeholders are replaced with compilation context values.`),
124
124
)
125
-
compileCommand.Flags().Lookup("show-properties").NoOptDefVal="pattern"// default if the flag is present with no value
125
+
compileCommand.Flags().Lookup("show-properties").NoOptDefVal="unexpanded"// default if the flag is present with no value
126
126
compileCommand.Flags().BoolVar(&preprocess, "preprocess", false, tr("Print preprocessed code to stdout instead of compiling."))
127
127
compileCommand.Flags().StringVar(&buildCachePath, "build-cache-path", "", tr("Builds of 'core.a' are saved into this path to be cached and reused."))
128
128
compileCommand.Flags().StringVarP(&exportDir, "output-dir", "", "", tr("Save build artifacts in this directory."))
0 commit comments