summaryrefslogtreecommitdiff
path: root/src/cli.vala
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-06-06 23:09:13 +0200
committerAylur <[email protected]>2024-06-06 23:09:13 +0200
commitb55675d32361dd1517c0232bde4d89d2097b4bbb (patch)
tree863290ce5e79b86d8af43954ae72c27676d7dca3 /src/cli.vala
parente88b3dad42eaf9df4791391898ab2d47e95e3234 (diff)
improve matching
* add Score struct * more settings through properties
Diffstat (limited to 'src/cli.vala')
-rw-r--r--src/cli.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli.vala b/src/cli.vala
index 023143e..d926c87 100644
--- a/src/cli.vala
+++ b/src/cli.vala
@@ -43,6 +43,7 @@ int main(string[] argv) {
}
var apps = new AstalApps.Apps();
+
if (launch != null) {
apps.query(launch).first().data.launch();
return 0;