remove dead code

This commit is contained in:
zimbatm 2021-03-03 11:33:11 +01:00
parent e7ccb2d8e5
commit 5a4516f37d
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -10,14 +10,6 @@ use crate::expand_path;
use std::path::PathBuf;
use structopt::StructOpt;
#[derive(Debug, StructOpt)]
/// The various kinds of commands that `treefmt` can execute.
pub enum Command {
#[structopt(name = "--init")]
/// Init a new project with a default config
Init {},
}
/// ✨ format all your language!
#[derive(Debug, StructOpt)]
pub struct Cli {