module completions { # call the unlink function to remove the specified file export extern unlink [ --verbose(-v) # output a diagnostic for every file processed ...file: string --help(-h) # Print help --version(-V) # Print version ] } use completions *