aboutsummaryrefslogtreecommitdiff
path: root/build-app.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'build-app.lisp')
-rw-r--r--build-app.lisp12
1 files changed, 12 insertions, 0 deletions
diff --git a/build-app.lisp b/build-app.lisp
new file mode 100644
index 0000000..c5a6f25
--- /dev/null
+++ b/build-app.lisp
@@ -0,0 +1,12 @@
+(asdf:load-system "oneliners.cli")
+
+(defpackage #:oneliners.cli.app
+ (:use #:cl #:net.didierverna.clon))
+
+(in-package :oneliners.cli.app)
+
+(defsynopsis (:postfix "ARGS ...")
+ (text :contents "This is some arbitrary text.")
+ (group (:header "Group 1")))
+
+