add separate binary for Windows CLI

This commit is contained in:
2023-05-15 13:09:26 -07:00
parent 5b9c711008
commit 7501253970
9 changed files with 134 additions and 52 deletions

View File

@@ -228,6 +228,8 @@ pub enum CliError {
Request(#[from] RequestError),
#[error(transparent)]
Exec(#[from] ExecError),
#[error(transparent)]
Io(#[from] std::io::Error),
}