mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-22 16:48:33 +02:00
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:
@@ -105,8 +105,7 @@ impl ApplicationConfiguration {
|
||||
ApplicationIdentifier::Exe => {
|
||||
self.identifier.matching_strategy = Option::from(MatchingStrategy::Equals);
|
||||
}
|
||||
ApplicationIdentifier::Class => {}
|
||||
ApplicationIdentifier::Title => {}
|
||||
ApplicationIdentifier::Class | ApplicationIdentifier::Title => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user