changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/app/homer.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: homer
2 #+author: Richard Westhaver
3 #+setupfile: ../../../clean.theme
4 #+OPTIONS: num:nil
5 
6 * help
7 :PROPERTIES:
8 :ID: c7d8f1e6-cbcf-4736-b48b-d76f70c3a745
9 :END:
10 #+begin_src shell :results pp replace :exports both
11 homer -h
12 #+end_src
13 
14 #+RESULTS:
15 #+begin_example
16 homer v0.1.0 --- user home manager
17 
18  usage: homer [global] <command> [<arg>]
19 
20 options:
21  -l/--level* : set the log level
22  -h/--help* : print help
23  -v/--version* : print version
24  -f/--force* : use force
25 
26 commands:
27  show
28  check
29  push
30  pull
31  install
32 #+end_example