style: rename module (radix repl command) to (radix repl commands)
parent
e87b5e9513
commit
b7eef0302e
|
@ -1,11 +1,11 @@
|
||||||
(define-module (radix repl command)
|
(define-module (radix repl commands)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (system repl command)
|
#:use-module (system repl command)
|
||||||
#:use-module (radix combinators))
|
#:use-module (radix combinators))
|
||||||
|
|
||||||
(define-meta-command ((clear repl) repl)
|
(define-meta-command ((clear repl) repl)
|
||||||
"Clear REPL."
|
"Clear REPL."
|
||||||
(system* "printf" (object->string "\\033c")))
|
(system* "printf" "\\033c"))
|
||||||
|
|
||||||
(define-meta-command ((edit filename) repl filename)
|
(define-meta-command ((edit filename) repl filename)
|
||||||
"Open FILENAME using the editor (getenv \"EDITOR\")."
|
"Open FILENAME using the editor (getenv \"EDITOR\")."
|
Loading…
Reference in New Issue