clap/tests/snapshots/basic.nu

17 lines
153 B
Text
Raw Normal View History

2022-10-22 15:27:04 +00:00
module completions {
export extern my-app [
-c
-v
]
# Subcommand
export extern "my-app test" [
-d
-c
]
}
use completions *