mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
parent
971f546833
commit
be22930896
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
(define-library (srfi 193)
|
||||
(export command-line command-name command-args script-file script-directory)
|
||||
(import (scheme base) (chibi filesystem) (chibi pathname)
|
||||
(only (meta) command-line raw-script-file))
|
||||
(only (chibi) command-line)
|
||||
(only (meta) raw-script-file))
|
||||
(begin
|
||||
|
||||
(define (command-name)
|
||||
|
|
Loading…
Add table
Reference in a new issue