diff options
Diffstat (limited to 'src/commands/start.rs')
-rw-r--r-- | src/commands/start.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/commands/start.rs b/src/commands/start.rs deleted file mode 100644 index a122d5c..0000000 --- a/src/commands/start.rs +++ /dev/null @@ -1,12 +0,0 @@ -use crate::commands::parser::{Text, Parse}; - -pub enum Commands { - Start(Text), -} - -impl<'a> Parse<'a> for Commands { - type Res = Commands; - - fn parse(self -} - |