changelog shortlog graph tags branches changeset file revisions annotate raw help

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

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