removed 'town' prefix to all commands to keep it a little more portable
parent
d810724cb7
commit
9410aa321f
|
@ -222,7 +222,7 @@
|
||||||
(define (help)
|
(define (help)
|
||||||
(displayln-for
|
(displayln-for
|
||||||
"Usage:"
|
"Usage:"
|
||||||
" town nicethings [<command>] [<args>]"
|
" nicethings [<command>] [<args>]"
|
||||||
""
|
""
|
||||||
"Commands:"
|
"Commands:"
|
||||||
" No command - Print a random nice thing."
|
" No command - Print a random nice thing."
|
||||||
|
@ -231,10 +231,10 @@
|
||||||
" rm - Remove a message you have added from the list of nice things."
|
" rm - Remove a message you have added from the list of nice things."
|
||||||
""
|
""
|
||||||
"Examples:"
|
"Examples:"
|
||||||
" town nicethings"
|
" nicethings"
|
||||||
" town add \"You are beautiful\""
|
" add \"You are beautiful\""
|
||||||
" town ls"
|
" ls"
|
||||||
" town rm 2"))
|
" rm 2"))
|
||||||
|
|
||||||
(define (process-args vectorof-args)
|
(define (process-args vectorof-args)
|
||||||
(define (args-ref number)
|
(define (args-ref number)
|
||||||
|
|
Loading…
Reference in New Issue