changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/cli/cli.lisp

changeset 648: 926d95e5fdc7
parent: 3e721a3349a0
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 12 Sep 2024 16:48:47 -0400
permissions: -rw-r--r--
description: cli/multi and slime-cape fixes
1 ;;; cli.lisp --- CLI Top-level Packages
2 
3 ;;
4 
5 ;;; Code:
6 (in-package :std-user)
7 
8 (defpkg :cli
9  (:use :cl :std)
10  (:use-reexport :cli/shell :cli/ansi :cli/prompt
11  :cli/progress :cli/spark :cli/prompt :cli/ed
12  :cli/env :cli/repl :cli/clap :cli/multi))
13 
14 (defpkg :cli-user (:use :cl :std :cli))