Skip to content

Commit

Permalink
refactor: remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Jul 16, 2024
1 parent 5bdf99c commit f9c9946
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/bws/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,3 @@ pub(crate) enum ProjectCommand {
List,
}

#[derive(Subcommand, Debug)]
pub(crate) enum RunCommand {
Command {
command: Vec<String>,
project_id: Option<Uuid>,
shell: Option<String>,
},
}

0 comments on commit f9c9946

Please sign in to comment.