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
Alternatively if you want to just execute a recipe quickly, call: M-x justl-exec-recipe-in-dir
But I don't see this working for recipes with args. The completing-read kindly prompts for which recipe to select, but then does not prompt for arg(s). So the outcome is like:
error: Recipe `browse-foo` got 0 arguments but takes 1
usage:
just browse-foo SOMEARG
The text was updated successfully, but these errors were encountered:
According to README:
But I don't see this working for recipes with args. The
completing-read
kindly prompts for which recipe to select, but then does not prompt for arg(s). So the outcome is like:The text was updated successfully, but these errors were encountered: