[private] rename command-line.rkt

to avoid auto-complete conflicts with `common.rkt`
This commit is contained in:
Ben Greenman 2016-06-08 21:30:17 -04:00
parent 1592cb08f1
commit fa88868254
2 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@
(define version "1")
(define pkg-authors '(ben))
(define scribblings '(("scribblings/trivial.scrbl" () ("typed-racket"))))
(define raco-commands '(("trivial" (submod trivial/private/command-line main) "Compile and log optimizations" #f)))
(define raco-commands '(("trivial" (submod trivial/private/raco-command main) "Compile and log optimizations" #f)))