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
Same as `#parameter` but applies to values that have a convention and, so, will have always a value assigned (even
228
+
if the user didn't specify one).
229
+
230
+
convention "output-format" "pdf" "Sets the output format"
231
+
232
+
echo "$OUTPUT_FORMAT" # will print 'pdf' if user didn't use the `--output-format` parameter.
233
+
225
234
### exists ([type] path)
226
235
227
236
Checks if the file $SODA_USER_HOME/$type/$NAMESPACE/$path exists using the namespace of the invoked task or imported namespace. The file path will be stored in the $FILE variable. If the *type* is not passed then **resources** will be used.
0 commit comments