pub async fn build_locally<'a, T>(
generate_command: GenerateFileCommand,
scoped_fs: &ScopedFilesystem<'a, T>,
maybe_output: Option<&Path>,
) -> Result<(), GeneratorError>where
T: FileSystem,pub async fn build_locally<'a, T>(
generate_command: GenerateFileCommand,
scoped_fs: &ScopedFilesystem<'a, T>,
maybe_output: Option<&Path>,
) -> Result<(), GeneratorError>where
T: FileSystem,