Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrstmnn committed Feb 26, 2023
1 parent a9f575e commit 2b3acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arguments_parser.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import std/[os, tables, strutils]

type
Arguments = object
Arguments* = object
input*, keys*, shortKeys*: seq[string]
values*: Table[string, seq[string]]

Expand Down

0 comments on commit 2b3acfe

Please sign in to comment.