refactor: dead code removed
This commit is contained in:
@@ -15,9 +15,6 @@ pub struct CliArgs {
|
|||||||
#[clap(short = 'g')]
|
#[clap(short = 'g')]
|
||||||
pub gui: bool,
|
pub gui: bool,
|
||||||
|
|
||||||
// /// Install to ./local/bin
|
|
||||||
// #[clap(short = 'i')]
|
|
||||||
// pub install: bool,
|
|
||||||
/// Remove timestamps from Docker logs
|
/// Remove timestamps from Docker logs
|
||||||
#[clap(short = 't')]
|
#[clap(short = 't')]
|
||||||
pub timestamp: bool,
|
pub timestamp: bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user