changelog shortlog graph tags branches changeset files revisions annotate raw help

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

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