changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 45: 517e7b6fb42d
parent: 0b69e63c9374
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 25 Aug 2024 00:15:40 -0400
permissions: -rw-r--r--
description: meta and task work
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 :PROPERTIES:
9 :ID: c7d8f1e6-cbcf-4736-b48b-d76f70c3a745
10 :END:
11 #+begin_src shell :results pp replace :exports both
12 homer -h
13 #+end_src
14 
15 #+RESULTS:
16 #+begin_example
17 homer v0.1.0 --- user home manager
18 
19  usage: homer [global] <command> [<arg>]
20 
21 options:
22  -l/--level* : set the log level
23  -h/--help* : print help
24  -v/--version* : print version
25  -f/--force* : use force
26 
27 commands:
28  show
29  check
30  push
31  pull
32  install
33 #+end_example