parser : suppression ligne en commentaire

This commit is contained in:
Ahurac 2024-04-11 10:01:43 +02:00
parent 8d039e3de3
commit f94a247d0f

View file

@ -6,7 +6,7 @@ pub fn parse_command_line(line: String) -> Option<CommandSequence> {
if !argv.is_empty() {
let command = UnixProgram::new(argv);
let command_sequence = CommandSequence::new(command);
// command_sequence.add(_command);
Some(command_sequence)
} else {
None