#!/bin/nu

def --wrapped main [...rest] {
    XDEBUG_SESSION=haze php $"($env.WEBROOT)/occ" ...$rest
}
