aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli.yaml
blob: 7f74c8a9392a3bfedadc07ca3d25b4745e0df4bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: git-journal
bin_name: git journal
author: The WireGuard developers
about: Fast, modern and secure VPN tunnel
after_help: 'More info at: https://www.wireguard.io'
global_settings:
  - VersionlessSubcommands
  - ColoredHelp

args:
  - foreground:
      help: Do not daemonize and run in foreground
      long: foreground
      short: f
  - interface_name:
      default_value: wg0
      help: Specifies the WireGuard interface name
      required: true
      value_name: INTERFACE-NAME
  - verbose:
      help: Set the verbosity level (maximum 4x `v`)
      multiple: true
      short: v