Skip to content

Commit

Permalink
Update ActionsProc
Browse files Browse the repository at this point in the history
  • Loading branch information
sneekyfoxx committed Jan 7, 2024
1 parent 1e25cc7 commit 1acde92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionsProc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc Actions* {.noReturn.} =
stdout.write("\n", blue, "Author", reset, ": ", magenta, "Rayshawn Levy", reset, "\n")
stdout.flushFile

stdout.writeLine("\n{blue}Description{reset}: {yellow}A simple, yet powerful tool in the hands of any user.{reset}\n".fmt)
stdout.writeLine("\n{yellow}A simple, yet powerful tool in the hands of any user.{reset}\n".fmt)
stdout.flushFile

stdout.write("{blue}NOTE{reset}: {yellow}{red}/{reset}{yellow}'s and {reset}{red}\\{reset}".fmt)
Expand Down

0 comments on commit 1acde92

Please sign in to comment.