changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 45: 517e7b6fb42d
parent: 0b69e63c9374
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 25 Aug 2024 00:15:40 -0400
permissions: -rw-r--r--
description: meta and task work
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 :PROPERTIES:
11 :ID: 167ef450-85d0-449d-8ef1-4a8699678610
12 :END:
13 #+begin_src shell :results pp replace
14 packy -h
15 #+end_src
16 
17 #+RESULTS:
18 #+begin_example
19 #:debug 0.190001; (#S(CLI-NODE
20  :KIND OPT
21  :FORM #<CLI-OPT help :global T :val T>))
22 packy v0.1.0 --- Universal Package Manager
23 
24  usage: packy [global] <command> [<arg>]
25 
26 options:
27  -l/--level* : set the log level
28  -h/--help* : print help
29  -v/--version* : print version
30 
31 commands:
32  show
33 #:debug 0.193334; /home/ellis/comp/org/docs/core/bin
34 ; #(#<CLI-OPT help :global T :val NIL>)
35 ; NIL
36 ; #()
37 #+end_example