mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
images and linking
This commit is contained in:
parent
da1e184e42
commit
06c0330de8
16 changed files with 1045 additions and 50 deletions
|
|
@ -48,6 +48,7 @@ pub enum HazeCommand {
|
|||
Occ,
|
||||
Db,
|
||||
Clean,
|
||||
Logs,
|
||||
}
|
||||
|
||||
impl FromStr for HazeCommand {
|
||||
|
|
@ -63,6 +64,7 @@ impl FromStr for HazeCommand {
|
|||
"occ" => Ok(HazeCommand::Occ),
|
||||
"db" => Ok(HazeCommand::Db),
|
||||
"clean" => Ok(HazeCommand::Clean),
|
||||
"logs" => Ok(HazeCommand::Logs),
|
||||
_ => Err(Report::msg(format!("Unknown command: {}", s))),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue