From a922007a584da80b914bf38d521cd8317328f21a Mon Sep 17 00:00:00 2001 From: m455 Date: Fri, 16 Mar 2018 22:53:59 -0400 Subject: [PATCH] added a few hashes here and there --- rodo.rkt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rodo.rkt b/rodo.rkt index 93212c3..0ec64b7 100755 --- a/rodo.rkt +++ b/rodo.rkt @@ -5,15 +5,15 @@ (displayln (hash-ref hash-list key))) (define messages (hash - 'incorrect-usage "For usage type `rodo -h` or `rodo --help`" - 'file-not-found "rodo has not been setup in your home directory\nWould you like to set it up now? [y/n]" - 'file-exists ".rodo file exists" + 'incorrect-usage "> For usage type `rodo -h` or `rodo --help`" + 'file-not-found "> rodo has not been setup in your home directory\nWould you like to set it up now? [y/n]" + 'file-exists "> .rodo file exists" 'creating-file "> Creating .rodo file in your home directory..." - 'item-added "Item added" - 'item-removed "Item removed" - 'initializing "Initializing rodo in your home directory" - 'terminating "Terminating rodo..." - 'choose-y/n "Error: Please choose y or n")) + 'item-added "> Item added" + 'item-removed "> Item removed" + 'initializing "> Initializing rodo in your home directory" + 'terminating "> Terminating rodo..." + 'choose-y/n "> Error: Please choose y or n")) (define y/n (hash 'yes '("yes" "Yes" "y" "Y")