mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 09:14:54 +10:00
feat: Use info! for progress logging
Replaces existing progress_bar.println()
This commit is contained in:
@@ -3,11 +3,8 @@ use opendal::Operator;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use crate::{
|
||||
commands::{
|
||||
connect::{config_option::ConfigOption, configurable::Configure},
|
||||
upload::uploadable::OperatorBuilder,
|
||||
},
|
||||
interactive_variable,
|
||||
commands::connect::{config_option::ConfigOption, configurable::Configure},
|
||||
interactive_variable, operator_builder::OperatorBuilder,
|
||||
};
|
||||
|
||||
#[derive(Args, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user