``` #set allow-duplicate-recipes := true #set ignore-comments := true default: @just --list --l

#set allow-duplicate-recipes := true
#set ignore-comments := true

default:
    @just --list --list-heading $'Available commands:\n' --list-prefix $' - '
Was this page helpful?