11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
module completions {
|
|
|
|
# print effective user name
|
|
export extern whoami [
|
|
--help(-h) # Print help
|
|
]
|
|
|
|
}
|
|
|
|
use completions *
|