Skip to content

Commit fa22123

Browse files
committed
remove unused code
1 parent 2822abe commit fa22123

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nmi.nim

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ type
66
useHelp, useVersion, color: bool
77

88
const
9-
nimEmoji = "👑"
109
nimAscii = """
1110
1211
:::
@@ -54,7 +53,7 @@ Usage:
5453
Options:
5554
-h, --help Print this help
5655
-v, --version Print version
57-
-c, --color Debug on
56+
-c, --color Colorful print
5857
"""
5958

6059
proc getCmdOpts(params: seq[string]): Options =

0 commit comments

Comments
 (0)