To "alias" a recipe in a module, I believe one has to call `just` again: ``` # Format all bin and lib files f: @just code fmt # Format all packages and their local path-based dependencies fa: @just code fmtall ``` Could we have the following? ``` alias f := code::fmt ```