module completions { # Write the full path of COMMAND(s) to standard output export extern which [ ...COMMAND: string --help(-h) # Print help --version(-V) # Print version ] } use completions *