Skip to content

Commit 5e0926c

Browse files
committed
refactor: changed type of field of ShellOption
FossilOrigin-Name: 9279591baf0d8458e3f96d1cbeb03ec5e943fb49cc72ea86ebc91e9255ec9c58
1 parent c644f84 commit 5e0926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/help.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ proc showHelp(topic: UserInput; db): ResultCode {.sideEffect, raises: [
212212
showOutput(message = "\n", newLine = false, db = db)
213213

214214
type ShellOption = ref object
215-
value: string = ""
215+
value: OptionValue = ""
216216

217217
proc showHelpList(keys: seq[ShellOption];
218218
withNumbers: bool = true) {.sideEffect, raises: [], tags: [

0 commit comments

Comments
 (0)