diff options
author | Colin Okay <okay@toyful.space> | 2022-03-13 10:46:41 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-13 10:46:41 -0500 |
commit | 82a0911f93760a0059addc056340733f8797ae91 (patch) | |
tree | 2377add3dc0d560b9fe17ef0bfcb8cc2ddbfd117 /lib | |
parent | ebc79c386d4db262ae76bb2ba0386460a35648f9 (diff) |
new main in app.lisp; exports to oneliners.cli package
Diffstat (limited to 'lib')
-rw-r--r-- | lib/package.lisp | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/package.lisp b/lib/package.lisp index cf1fbcb..6359b12 100644 --- a/lib/package.lisp +++ b/lib/package.lisp @@ -36,4 +36,19 @@ (#:a #:alexandria)) (:export #:with-local-state #:search-for-oneliners - #:the-oneliner)) + #:the-oneliner + #:run-item + #:print-item-explanation + #:add-new-oneliner + #:edit-item + #:flag-item + #:unflag-item + #:lock-item + #:unlock-item + #:redeem-invite + #:request-invite-code + #:change-pw + #:revoke-access + #:change-signature + #:show-contributor + #:login)) |