Skip to content

Commit

Permalink
refactor: changed type of field of ShellOption
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 9279591baf0d8458e3f96d1cbeb03ec5e943fb49cc72ea86ebc91e9255ec9c58
  • Loading branch information
thindil committed Oct 17, 2024
1 parent c644f84 commit 5e0926c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help.nim
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ proc showHelp(topic: UserInput; db): ResultCode {.sideEffect, raises: [
showOutput(message = "\n", newLine = false, db = db)

type ShellOption = ref object
value: string = ""
value: OptionValue = ""

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

0 comments on commit 5e0926c

Please sign in to comment.