13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
module completions {
|
|
|
|
# display current group names
|
|
export extern groups [
|
|
user?: string
|
|
--help(-h) # Print help
|
|
--version(-V) # Print version
|
|
]
|
|
|
|
}
|
|
|
|
use completions *
|