From 227df20bf21e6b5d48ef44d820dda0d51b7bde75 Mon Sep 17 00:00:00 2001 From: Keiran Date: Wed, 6 Aug 2025 06:31:36 +0100 Subject: [PATCH] add cli commands for sending/viewing termails --- internal/cli/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/cli/root.go b/internal/cli/root.go index 711df09..ae64c20 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -8,6 +8,7 @@ import ( "net/http" "os" "path/filepath" + "strconv" "strings" "syscall"