From de0e758ebbc3f0b5aa97fa446eefc71958f2a042 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Mon, 20 Jun 2022 23:37:34 +0200 Subject: [PATCH] Few little fixes --- lib/commands/definitions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/definitions.ts b/lib/commands/definitions.ts index 2060ef9..f1dbc69 100644 --- a/lib/commands/definitions.ts +++ b/lib/commands/definitions.ts @@ -215,6 +215,7 @@ const color: Command = { desc: "Changes the color of the site.", subcommands: { reset: { name: "reset", desc: "Resets the color." }, + value: { name: "value", desc: "Any valid (css) color value." }, }, execute: (_flags, args, _raw, cmdIf) => { if (!window || !window.document) return [];