changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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