hwylterm/tests/cli/clis/flagKey.nim

12 lines
171 B
Nim
Raw Permalink Normal View History

2025-02-05 01:21:45 -06:00
import hwylterm, hwylterm/hwylcli
hwylCli:
name "base"
flags:
key "a flag named 'key'"
run:
if key:
echo "key set"
else:
echo "key not set"