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 (system repl command)
|
||||
#:use-module (radix combinators))
|
||||
|
||||
(define-meta-command ((clear repl) repl)
|
||||
"Clear REPL."
|
||||
(system* "printf" (object->string "\\033c")))
|
||||
(system* "printf" "\\033c"))
|
||||
|
||||
(define-meta-command ((edit filename) repl filename)
|
||||
"Open FILENAME using the editor (getenv \"EDITOR\")."
|
Loading…
Reference in New Issue