From cf7f3a3922ec10c6a63e59eba37e7ab92f9a4e4a Mon Sep 17 00:00:00 2001 From: Michal Filka Date: Thu, 10 Oct 2024 08:51:33 +0200 Subject: [PATCH] Added import missed in rebase --- rust/agama-cli/src/lib.rs | 3 ++- service/Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rust/agama-cli/src/lib.rs b/rust/agama-cli/src/lib.rs index 8cb1fedb4b..a4e6aa543f 100644 --- a/rust/agama-cli/src/lib.rs +++ b/rust/agama-cli/src/lib.rs @@ -30,6 +30,7 @@ mod progress; mod questions; use crate::error::CliError; +use agama_lib::base_http_client::BaseHTTPClient; use agama_lib::{ error::ServiceError, manager::ManagerClient, progress::ProgressMonitor, transfer::Transfer, }; @@ -50,7 +51,7 @@ use std::{ /// Agama's CLI global options #[derive(Args)] -struct GlobalOpts { +pub struct GlobalOpts { #[clap(long, default_value = "http://localhost/api")] /// uri pointing to agama's remote api. If not provided, default https://localhost/api is /// used diff --git a/service/Gemfile.lock b/service/Gemfile.lock index 018994a972..0cd5f2c7a7 100755 --- a/service/Gemfile.lock +++ b/service/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - agama-yast (10) + agama-yast (10.devel153) cfa (~> 1.0.2) cfa_grub2 (~> 2.0.0) cheetah (~> 1.0.0)