feat(cli): add quickstart cmd

This commit adds a new komorebic quickstart command to handle the
downloading of example configuration files, which is currently done
manually by the user if they are following the quickstart guide on the
README.

re #585
This commit is contained in:
LGUG2Z
2023-11-19 17:40:44 -08:00
parent 42ac13e0bd
commit aa0277d58c
2 changed files with 40 additions and 2 deletions

View File

@@ -105,8 +105,7 @@ impl ApplicationConfiguration {
ApplicationIdentifier::Exe => {
self.identifier.matching_strategy = Option::from(MatchingStrategy::Equals);
}
ApplicationIdentifier::Class => {}
ApplicationIdentifier::Title => {}
ApplicationIdentifier::Class | ApplicationIdentifier::Title => {}
}
}
}