_default:
    just --list --justfile {{ justfile() }}

fmt *args='':
    csharpier format Svix {{ args }}
    csharpier format Svix.Tests {{ args }}
