/usr/share/common-lisp/source/command-line-arguments/pkgdcl.lisp is in cl-command-line-arguments 20151218-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #+xcvb (module ())
(cl:defpackage :command-line-arguments
(:use :cl :uiop)
(:export
#:*command-line-arguments*
#:*command-line-options*
#:*command-line-option-specification*
#:process-command-line-options
#:compute-and-process-command-line-options
#:get-command-line-arguments
#:handle-command-line
#:show-option-help
))
|