Skip to content

Commit

Permalink
No need to export pos from OptParser (#19688)
Browse files Browse the repository at this point in the history
Co-authored-by: flywind <[email protected]>
  • Loading branch information
NanXiao and ringabout authored Apr 6, 2022
1 parent cb6ce80 commit 065f568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/parseopt.nim
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ type
##
## To initialize it, use the
## `initOptParser proc<#initOptParser,string,set[char],seq[string]>`_.
pos*: int
pos: int
inShortState: bool
allowWhitespaceAfterColon: bool
shortNoVal: set[char]
Expand Down

0 comments on commit 065f568

Please sign in to comment.