add detection for integrated cli, verify

This commit is contained in:
Connor Peet
2022-09-26 07:22:58 +02:00
parent 07453efc00
commit 889fbd2f1b
10 changed files with 52 additions and 157 deletions

View File

@@ -3,6 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
mod is_integrated;
pub mod command;
pub mod errors;
pub mod http;
@@ -11,6 +13,7 @@ pub mod io;
pub mod machine;
pub mod prereqs;
pub mod sync;
pub use is_integrated::*;
#[cfg(target_os = "linux")]
pub mod tar;