パイプラインの終端の制御演算子をスクリプト管轄にする
Closed this issue · 1 comments
ryuichiueda commented
69 impl Pipeline {
70 pub fn new() -> Pipeline{
71 Pipeline {
72 commands: vec![],
73 text: "".to_string(),
74 eop: ControlOperator::NoChar, <= これをpipelineで管理しない
75 not_flag: false,
76 is_bg: false,
77 job_no: 0,
78 }
79 }
ryuichiueda commented
解決