changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/bin/krypt.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: krypt
2 #+author: Richard Westhaver
3 #+setupfile: ../../../clean.theme
4 * help
5 #+begin_src shell :results pp replace
6 krypt -h
7 #+end_src
8 
9 #+RESULTS:
10 #+begin_example
11 Krypt CLI
12 
13 Usage: krypt [OPTIONS] [COMMAND]
14 
15 Commands:
16  check check service providers and config
17  show Show Krypt info
18  search Query the Krypt
19  help Print this message or the help of the given subcommand(s)
20 
21 Options:
22  -c, --cfg <CFG> Set the default config file [env: KRYPT_CONFIG_FILE=]
23  -u, --user <USER> Set a user for this command [env: USER=ellis]
24  -l, --level... Set log level
25  -h, --help Print help
26  -V, --version Print version
27 #+end_example