diff --git a/packages/butler/src/commands.rs b/packages/butler/src/commands.rs deleted file mode 100644 index ab63c12f2..000000000 --- a/packages/butler/src/commands.rs +++ /dev/null @@ -1,35 +0,0 @@ -mod branches; -pub use branches::Branches; - -mod clear; -pub use clear::Clear; - -mod commit; -pub use commit::Commit; - -mod flush; -pub use flush::Flush; - -mod info; -pub use info::Info; - -mod mv; -pub use mv::Move; - -mod new; -pub use new::New; - -mod remotes; -pub use remotes::Remotes; - -mod reset; -pub use reset::Reset; - -mod run; -pub use run::RunCommand; - -mod setup; -pub use setup::Setup; - -mod status; -pub use status::Status;