diff --git a/src/common/mod.rs b/src/common/mod.rs index ef5180534..ba506e8b0 100644 --- a/src/common/mod.rs +++ b/src/common/mod.rs @@ -118,6 +118,7 @@ pub enum AppInstruction { Error(String), } +pub struct Bus { /// Start Zellij with the specified [`OsApi`] and command-line arguments. // FIXME this should definitely be modularized and split into different functions. pub fn start(mut os_input: Box, opts: CliArgs) {