No need to export pos from OptParser (#19688)

Co-authored-by: flywind <xzsflywind@gmail.com>
(cherry picked from commit 065f568470)
This commit is contained in:
Nan Xiao
2022-04-07 02:28:58 +08:00
committed by narimiran
parent 3a685e863e
commit 6602961637

View File

@@ -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]