From 284a8cb58ac8abee54d7ed2ba95c82ad9179004f Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 28 Jun 2019 11:45:21 +0200 Subject: nimpretty: bugfix [bugfix] --- lib/pure/parseopt.nim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/pure/parseopt.nim b/lib/pure/parseopt.nim index 97b3fd51d..fab32060a 100644 --- a/lib/pure/parseopt.nim +++ b/lib/pure/parseopt.nim @@ -160,11 +160,11 @@ type cmdArgument, ## An argument such as a filename cmdLongOption, ## A long option such as --option cmdShortOption ## A short option such as -c - OptParser* = - object of RootObj ## Implementation of the command line parser. - ## - ## To initialize it, use the - ## `initOptParser proc<#initOptParser,string,set[char],seq[string]>`_. + OptParser* = object of RootObj ## \ + ## Implementation of the command line parser. + ## + ## To initialize it, use the + ## `initOptParser proc<#initOptParser,string,set[char],seq[string]>`_. pos*: int inShortState: bool allowWhitespaceAfterColon: bool -- cgit 1.4.1-2-gfad0