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
Hi!
Is there a way to order the groups?
For example:
Displays:
Available recipes: [backend] backend-build [launch] aspireI'd like to be able to specify the
launchgroup as coming beforebackend:Available recipes: [launch] aspire [backend] backend-build