command_sequence : use moins verbeux

This commit is contained in:
Ahurac 2024-04-15 10:54:54 +02:00
parent 60c1f06b19
commit 47c560c03a

View file

@ -1,4 +1,4 @@
use crate::command::Command; use super::Command;
use crate::exit_code::ExitCode; use crate::exit_code::ExitCode;
pub struct CommandSequence { pub struct CommandSequence {