Skip to content

Commit

Permalink
Refactor(cli): Be explicit in initConf (exercism#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 authored Oct 27, 2020
1 parent 6fb78ae commit 8730d06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.nim
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ proc initConf: Conf =
exercise: none(string),
mode: modeChoose,
verbosity: verNormal,
probSpecsDir: none(string),
offline: false,
)

func normalizeOption(s: string): string =
Expand Down

0 comments on commit 8730d06

Please sign in to comment.