diff --git a/src/scripts/arg-handler.ts b/src/scripts/arg-handler.ts index 0f1f8d4..a83f413 100644 --- a/src/scripts/arg-handler.ts +++ b/src/scripts/arg-handler.ts @@ -14,8 +14,8 @@ import Gio from "gi://Gio?version=2.0"; let wsTimeout: AstalIO.Time|undefined; -const help = `Manage Astal Windows and do more stuff. From retrozinndev's colorshell, -made using Astal Libraries, AGS and Gnim by Aylur. +const help = `Manage Astal Windows and do more stuff. From retrozinndev's colorshell, \ +made using GTK4, AGS, Gnim and Astal libraries by Aylur. Window Management: open [window]: opens the specified window. @@ -35,6 +35,7 @@ made using Astal Libraries, AGS and Gnim by Aylur. Other options: runner [initial_text]: open the application runner, optionally add an initial search. peek-workspace-num [millis]: peek the workspace numbers on bar window. + v, version: display current colorshell version. h, help: shows this help message. 2025 (c) retrozinndev's colorshell, licensed under the MIT License. @@ -48,6 +49,12 @@ export function handleArguments(cmd: Gio.ApplicationCommandLine, args: Array