use ;
use Command;
/// Returns a `Command` for the `dkp` binary under test.
/// Runs `dkp init` to scaffold a minimal, fully valid pack directory under
/// `parent`, returning the resulting pack path. Using the real `init` command
/// (rather than hand-written fixtures) keeps fixtures automatically in sync
/// with whatever scaffolding logic ships.