Skip to content

Commit

Permalink
space before commands
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Jul 2, 2019
1 parent 38db101 commit 5a18e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slivar.nim
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ proc main*() =
quit "[slivar] the `gnotate` sub-command has been removed. Use `slivar expr` (with --info) to get the same functionality."

if len(args) == 0 or not (args[0] in dispatcher):
stderr.write_line "Commands: "
stderr.write_line "\nCommands: "
for k, v in dispatcher:
echo &" {k:<13}: {v.description}"
if len(args) > 0 and (args[0] notin dispatcher) and args[0] notin @["-h", "-help"]:
Expand Down

0 comments on commit 5a18e34

Please sign in to comment.