From acde9adeeb2c69a009c83fbe42a094edfc57b1cb Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 8 Jan 2025 09:23:23 -0600 Subject: [PATCH] add context to comments --- pkgs/oizys/src/oizys.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/oizys/src/oizys.nim b/pkgs/oizys/src/oizys.nim index 6cc01ea..1db57b0 100644 --- a/pkgs/oizys/src/oizys.nim +++ b/pkgs/oizys/src/oizys.nim @@ -67,7 +67,7 @@ hwylCli: [ci] ... "builtin ci" - # current behavior adds this block twice... + # BUG: current behavior adds this block twice... # when really I want it to only happen in the lowest "subcommand" # needs to be fixed in hwylterm preSub: @@ -95,7 +95,7 @@ hwylCli: * "main" run: # TODO: support file operations like gh - # i.e. @flake.lock means read a file a flake.lock and use it's contents + # i.e. @flake.lock means read a file at flake.lock and use it's contents as a string if args.len == 0: fatalQuit "expected workflow file name" let inputs = inputs.mapIt((it.key, it.val)).toTable()