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. The properties are returned exactly as they are defined. Use "--show-properties=expanded" to replace placeholders with context values.`),
59
+
tr(`Show build properties. The properties are expanded, use "--show-properties=unexpanded" if you want them exactly as they are defined.`),
60
60
)
61
-
command.Flags().Lookup("show-properties").NoOptDefVal="unexpanded"// default if the flag is present with no value
61
+
command.Flags().Lookup("show-properties").NoOptDefVal="expanded"// default if the flag is present with no value
0 commit comments