command-line
-- r7rs
Definition procedure
;
command-line
(from vonuvoli
);Procedure variants:
(() -> (list-proper-not-null))
list-proper-not-null
;scheme:process-context
-- (scheme process-context)
;scheme
-- (scheme)
;(command-line)
Returns the command line passed to the process as a list of strings. The first string corresponds to the command name, and is implementation-dependent. It is an error to mutate any of these strings.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.