diff --git a/src/hwylterm/cligen.nim b/src/hwylterm/cligen.nim index fb4745a..5a4be0b 100644 --- a/src/hwylterm/cligen.nim +++ b/src/hwylterm/cligen.nim @@ -7,7 +7,7 @@ import std/[tables] import ./bbansi -template tryImport*(x, body) = +template tryImport(x, body) = when not (compiles do: import x): body else: import x tryImport pkg/cligen: {.fatal: "hwylterm/cli requires cligen>=1.7.5".}