From cd73c3ad1b7b1c2b1e35eadfa2dc5041ff4539a5 Mon Sep 17 00:00:00 2001 From: Leo Robinovitch Date: Thu, 30 Nov 2023 22:01:10 -0800 Subject: [PATCH] todos --- internal/tui/nomad/exec.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/tui/nomad/exec.go b/internal/tui/nomad/exec.go index 89e6aaae..44be8403 100644 --- a/internal/tui/nomad/exec.go +++ b/internal/tui/nomad/exec.go @@ -13,6 +13,10 @@ import ( "syscall" ) +// TODO: code review this +// TODO: clear screen on start of exec +// TODO: don't print config file used on exec + type ExecCompleteMsg struct { Output string }