changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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