pub(crate) async fn run_with_fs(
settings: &Settings,
show_progress: bool,
fs: FileSystem,
) -> Result<Project, CliError>Expand description
Like run but uses the provided crate::fs::FileSystem (typically an
overlay built from unsaved editor buffers) instead of constructing a
disk-only one.