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
Changed behavior for run subcommand per @lkedwards suggestions
--target NAME(s) list of specific application names to execute.
No name is required if only one application exists.
If no name is supplied and more than one candidate
exists or a name has no match a list is produced
and fpm(1) exits.
Simple "globbing" is supported where "?" represents
any single character and "*" represents any string.
Therefore a quoted asterisk '*' runs all programs.
0 commit comments