Skip to content

Commit

Permalink
chore: better sub separator formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 13, 2023
1 parent f2f4155 commit 5aa59f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ module Zap

private macro subSeparator(text, *, early_line_break = true)
prefix = "#{ {% if early_line_break %}NEW_LINE{% else %}nil{% end %} }"
parser.separator("#{prefix} #{ {{text}}.colorize.light_blue }\n")
parser.separator("#{prefix} · #{ {{text}} }\n".colorize.light_blue)
end

# @command_color_index = 0
Expand Down

0 comments on commit 5aa59f0

Please sign in to comment.