I have a suggestion to add a setting that prevents the just command from being called with multiple recipes, and prevents the just command from suggesting other recipes as autocomplete (and start suggesting for example current directory files).
The setting should be similar to calling the just command with the --one option, and could be something like allow-multiple-recipes (which is true by default) or only-one-recipe (which is false).
I have a suggestion to add a setting that prevents the
justcommand from being called with multiple recipes, and prevents thejustcommand from suggesting other recipes as autocomplete (and start suggesting for example current directory files).The setting should be similar to calling the
justcommand with the--oneoption, and could be something likeallow-multiple-recipes(which istrueby default) oronly-one-recipe(which isfalse).