feat: support AppMan (#423)

This commit is contained in:
SteveLauC
2023-05-09 14:03:06 +08:00
committed by GitHub
parent 227e8dcc8d
commit 14753a14e7
3 changed files with 10 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ type Commands = BTreeMap<String, String>;
#[strum(serialize_all = "snake_case")]
pub enum Step {
AM,
AppMan,
Asdf,
Atom,
Bin,