changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/bin/packy.org

changeset 23: 411eeaebc6d2
child: a0017112db77
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 02 Jun 2024 00:42:41 -0400
permissions: -rw-r--r--
description: doc updates
1 #+title: packy
2 #+author: Richard Westhaver
3 
4 Packy is a universal package manager. The packy CLI tool is used to
5 query and download resources from local or remote stores.
6 * help
7 #+begin_src shell :results pp replace
8 packy -h
9 #+end_src
10 
11 #+RESULTS:
12 #+begin_example
13 #:debug 0.190001; (#S(CLI-NODE
14  :KIND OPT
15  :FORM #<CLI-OPT help :global T :val T>))
16 packy v0.1.0 --- Universal Package Manager
17 
18  usage: packy [global] <command> [<arg>]
19 
20 options:
21  -l/--level* : set the log level
22  -h/--help* : print help
23  -v/--version* : print version
24 
25 commands:
26  show
27 #:debug 0.193334; /home/ellis/comp/org/docs/core/bin
28 ; #(#<CLI-OPT help :global T :val NIL>)
29 ; NIL
30 ; #()
31 #+end_example