Skip to content

Commit

Permalink
refactor: changed names of several parameters
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 8a6fb8d3e0194ea9ee048e68422b445632eef6364013f70d8e21a5d168d213ad
  • Loading branch information
thindil committed Jun 18, 2024
1 parent e0d0220 commit 387c100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input.nim
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ proc getArguments*(userInput: var OptParser;
userInput = initOptParser(cmdline = @[""])
result = strutils.strip(s = result)

proc askForName*[T](db; action: OutputMessage; namesType: string;
proc askForName*[T](db; action: OutputMessage; namesType: OutputMessage;
name: var T) {.sideEffect, raises: [], tags: [ReadDbEffect, TimeEffect,
ReadIOEffect, WriteIOEffect, RootEffect], contractual.} =
## Ask the user for the name of the type and returns its value
Expand Down

0 comments on commit 387c100

Please sign in to comment.