File: pkgdcl.lisp

package info (click to toggle)
cl-command-line-arguments 20151218-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: lisp: 350; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
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
   ))