changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 48: 9f2e9e647333
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/core/app/packy.org	Sat Sep 07 22:34:47 2024 -0400
     1.3@@ -0,0 +1,33 @@
     1.4+#+title: packy
     1.5+#+author: Richard Westhaver
     1.6+#+setupfile: ../../../clean.theme
     1.7+#+OPTIONS: num:nil
     1.8+
     1.9+Packy is a universal package manager. The packy CLI tool is used to
    1.10+query and download resources from local or remote stores.
    1.11+* help
    1.12+:PROPERTIES:
    1.13+:ID:       167ef450-85d0-449d-8ef1-4a8699678610
    1.14+:END:
    1.15+#+begin_src shell :results pp replace
    1.16+packy -h
    1.17+#+end_src
    1.18+
    1.19+#+RESULTS:
    1.20+#+begin_example
    1.21+packy v0.1.0 --- Universal Package Manager
    1.22+
    1.23+  usage: packy [global] <command> [<arg>]
    1.24+
    1.25+options:
    1.26+  -l/--level* :  set the log level
    1.27+  -h/--help* :  print help
    1.28+  -v/--version* :  print version
    1.29+
    1.30+commands:
    1.31+  show 
    1.32+    -n/--name* 
    1.33+    -t/--target 
    1.34+    -t/--thunk* 
    1.35+    -p/--pk-target* 
    1.36+#+end_example