forked from lix-project/lix-installer
Remove unused
This commit is contained in:
parent
b61e16faed
commit
021dfaf92b
|
@ -4,7 +4,6 @@ pub(crate) mod subcommand;
|
|||
use clap::Parser;
|
||||
use std::process::ExitCode;
|
||||
use tokio::sync::broadcast::{Receiver, Sender};
|
||||
use tokio_util::sync::CancellationToken;
|
||||
|
||||
use self::subcommand::HarmonicSubcommand;
|
||||
|
||||
|
|
|
@ -4,14 +4,11 @@ use std::{
|
|||
};
|
||||
|
||||
use crate::{
|
||||
action::ActionState, cli::is_root, cli::signal_channel, plan::RECEIPT_LOCATION, BuiltinPlanner,
|
||||
InstallPlan, Planner,
|
||||
action::ActionState, cli::is_root, cli::signal_channel, cli::CommandExecute, interaction,
|
||||
plan::RECEIPT_LOCATION, BuiltinPlanner, InstallPlan, Planner,
|
||||
};
|
||||
use clap::{ArgAction, Parser};
|
||||
use eyre::{eyre, WrapErr};
|
||||
use tokio_util::sync::CancellationToken;
|
||||
|
||||
use crate::{cli::CommandExecute, interaction};
|
||||
|
||||
/// Execute an install (possibly using an existing plan)
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue