[!windows] stop

# test chezmoi cd with command with args (Windows variant)
chezmoi cd
! stdout PowerShell
stdout works

-- home/user/.config/chezmoi/chezmoi.toml --
[cd]
    command = "powershell"
    args = ["-nologo", "-command", "Write-Host 'works'"]
