Skip to content

Aliases to recipes in submodules #2629

@john-cd

Description

@john-cd

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 

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions