clap/tests/snapshots/basic.nu
2022-11-11 21:35:21 +08:00

16 lines
153 B
Text

module completions {
export extern my-app [
-c
-v
]
# Subcommand
export extern "my-app test" [
-d
-c
]
}
use completions *