mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-12-22 02:50:44 -06:00
fix: fix pos-arg handling
This commit is contained in:
parent
89f460744d
commit
d9b4a3689f
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue