mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
reference correct module
Some checks failed
GitHub Pages / build (push) Has been cancelled
GitHub Pages / deploy (push) Has been cancelled
Some checks failed
GitHub Pages / build (push) Has been cancelled
GitHub Pages / deploy (push) Has been cancelled
This commit is contained in:
parent
c8c66648cc
commit
56bb2bb7c1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import ./bbansi
|
||||||
template tryImport(x, body) =
|
template tryImport(x, body) =
|
||||||
when not (compiles do: import x): body else: import x
|
when not (compiles do: import x): body else: import x
|
||||||
tryImport pkg/cligen:
|
tryImport pkg/cligen:
|
||||||
{.fatal: "hwylterm/cli requires cligen>=1.7.5".}
|
{.fatal: "hwylterm/cligen requires cligen>=1.7.5".}
|
||||||
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
Loading…
Reference in a new issue