From 5a18e34d058d033c9fbeaf82b1e187a5f5d9fc77 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Tue, 2 Jul 2019 10:23:37 -0600 Subject: [PATCH] space before commands --- src/slivar.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slivar.nim b/src/slivar.nim index 785bb7d..5fce728 100644 --- a/src/slivar.nim +++ b/src/slivar.nim @@ -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"]: