parser : suppression ligne en commentaire
This commit is contained in:
parent
8d039e3de3
commit
f94a247d0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue