Skip to content

Group Order #3090

@kieronlanning

Description

@kieronlanning

Hi!

Is there a way to order the groups?

For example:

...

[group("launch")]
aspire:
    aspire run --project "{{ aspire_path }}"

[group("backend")]
backend-build:
    dotnet build "{{ backend_path }}"

Displays:

Available recipes:
    [backend]
    backend-build

    [launch]
    aspire

I'd like to be able to specify the launch group as coming before backend:

Available recipes:
    [launch]
    aspire

    [backend]
    backend-build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions