changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 48: 9f2e9e647333
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/core/app/homer.org	Sat Sep 07 22:34:47 2024 -0400
     1.3@@ -0,0 +1,32 @@
     1.4+#+title: homer
     1.5+#+author: Richard Westhaver
     1.6+#+setupfile: ../../../clean.theme
     1.7+#+OPTIONS: num:nil
     1.8+
     1.9+* help
    1.10+:PROPERTIES:
    1.11+:ID:       c7d8f1e6-cbcf-4736-b48b-d76f70c3a745
    1.12+:END:
    1.13+#+begin_src shell :results pp replace :exports both
    1.14+homer -h
    1.15+#+end_src
    1.16+
    1.17+#+RESULTS:
    1.18+#+begin_example
    1.19+homer v0.1.0 --- user home manager
    1.20+
    1.21+  usage: homer [global] <command> [<arg>]
    1.22+
    1.23+options:
    1.24+  -l/--level* :  set the log level
    1.25+  -h/--help* :  print help
    1.26+  -v/--version* :  print version
    1.27+  -f/--force* :  use force
    1.28+
    1.29+commands:
    1.30+  show 
    1.31+  check 
    1.32+  push 
    1.33+  pull 
    1.34+  install 
    1.35+#+end_example