feat: support doas

This commit is contained in:
iff 2023-07-31 01:58:37 +02:00
parent 6bd55fb316
commit ad0eaa17fc
4 changed files with 46 additions and 18 deletions

View file

@ -1,3 +1,4 @@
use colored::*;
pub fn highlight_difference(corrected_command: &str, last_command: &str) -> String {