aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.yaml')
-rw-r--r--src/cli.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/cli.yaml b/src/cli.yaml
index 9a36f0d..7f74c8a 100644
--- a/src/cli.yaml
+++ b/src/cli.yaml
@@ -9,14 +9,15 @@ global_settings:
args:
- foreground:
- short: f
- long: foreground
help: Do not daemonize and run in foreground
+ long: foreground
+ short: f
- interface_name:
- value_name: 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`)
- short: v
multiple: true
+ short: v