mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-12-21 10:30:45 -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 "https://github.com/daylinmorgan/hwylterm#748f7e"
|
||||
requires "https://github.com/daylinmorgan/hwylterm#3cf572ea"
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
"packages": {
|
||||
"hwylterm": {
|
||||
"version": "0.1.0",
|
||||
"vcsRevision": "748f7e1bd6325d39bc531b29ce28f5ef276c5aae",
|
||||
"vcsRevision": "3cf572ea4afa6f895eb0897bfb8e6e35f8f1e953",
|
||||
"url": "https://github.com/daylinmorgan/hwylterm",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "129117c4e51b13d8eede1ef4a471b134d724b92f"
|
||||
"sha1": "bf33d39e2a451b89fbbff6418569ccd5428b6bfd"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue