[private] rename command-line.rkt
to avoid auto-complete conflicts with `common.rkt`
This commit is contained in:
parent
1592cb08f1
commit
fa88868254
|
@ -18,4 +18,4 @@
|
||||||
(define version "1")
|
(define version "1")
|
||||||
(define pkg-authors '(ben))
|
(define pkg-authors '(ben))
|
||||||
(define scribblings '(("scribblings/trivial.scrbl" () ("typed-racket"))))
|
(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)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user