From 62e81014f0e81bca82af31298621c24b9ed74451 Mon Sep 17 00:00:00 2001 From: arnif Date: Fri, 10 Apr 2026 07:26:14 +0000 Subject: [PATCH] Fix formatting in token command help text --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 31f123c..6b0391a 100755 --- a/src/index.ts +++ b/src/index.ts @@ -99,7 +99,9 @@ async function main() { case "token": { const tokenValue = args[1]; if (!tokenValue) { - console.error("Usage: kronan token [--name ]"); + console.error( + "Usage: kronan token [--name ]", + ); console.error(""); console.error( "Create an access token at: https://kronan.is/adgangur/adgangslyklar",