changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 23: 411eeaebc6d2
child: a0017112db77
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 02 Jun 2024 00:42:41 -0400
permissions: -rw-r--r--
description: doc updates
1 #+title: homer
2 #+author: Richard Westhaver
3 * help
4 #+begin_src shell :results pp replace
5 homer -h
6 #+end_src
7 
8 #+RESULTS:
9 #+begin_example
10 homer v0.1.0 --- user home manager
11 
12  usage: homer [global] <command> [<arg>]
13 
14 options:
15  -l/--level* : set the log level
16  -h/--help* : print help
17  -v/--version* : print version
18  -f/--force* : use force
19 
20 commands:
21  show
22  check
23  push
24  pull
25  install
26 #+end_example