debug-cli

1#!/usr/bin/env bash
2
3cargo build; cargo run -p cli -- --foreground --zed=target/debug/zed "$@"