changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 48: 9f2e9e647333
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 07 Sep 2024 22:34:47 -0400
permissions: -rw-r--r--
description: core documentation and stats
1 #+title: packy
2 #+author: Richard Westhaver
3 #+setupfile: ../../../clean.theme
4 #+OPTIONS: num:nil
5 
6 Packy is a universal package manager. The packy CLI tool is used to
7 query and download resources from local or remote stores.
8 * help
9 :PROPERTIES:
10 :ID: 167ef450-85d0-449d-8ef1-4a8699678610
11 :END:
12 #+begin_src shell :results pp replace
13 packy -h
14 #+end_src
15 
16 #+RESULTS:
17 #+begin_example
18 packy v0.1.0 --- Universal Package Manager
19 
20  usage: packy [global] <command> [<arg>]
21 
22 options:
23  -l/--level* : set the log level
24  -h/--help* : print help
25  -v/--version* : print version
26 
27 commands:
28  show
29  -n/--name*
30  -t/--target
31  -t/--thunk*
32  -p/--pk-target*
33 #+end_example