fix: fix pos-arg handling

This commit is contained in:
Daylin Morgan 2024-12-17 14:50:26 -06:00
parent 89f460744d
commit d9b4a3689f
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@ binDir = "bin"
requires "nim >= 2.0.0" requires "nim >= 2.0.0"
requires "https://github.com/daylinmorgan/hwylterm#748f7e" requires "https://github.com/daylinmorgan/hwylterm#3cf572ea"

View file

@ -3,12 +3,12 @@
"packages": { "packages": {
"hwylterm": { "hwylterm": {
"version": "0.1.0", "version": "0.1.0",
"vcsRevision": "748f7e1bd6325d39bc531b29ce28f5ef276c5aae", "vcsRevision": "3cf572ea4afa6f895eb0897bfb8e6e35f8f1e953",
"url": "https://github.com/daylinmorgan/hwylterm", "url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git", "downloadMethod": "git",
"dependencies": [], "dependencies": [],
"checksums": { "checksums": {
"sha1": "129117c4e51b13d8eede1ef4a471b134d724b92f" "sha1": "bf33d39e2a451b89fbbff6418569ccd5428b6bfd"
} }
} }
}, },