Either regular modules or ampersand modules can contain options, which supply additional information concerning the module.
-d name
 | 
    Name the working directory something other than the module name.  | 
-e prog
 | 
    Specify a program prog to run whenever files in a module are exported. prog runs with a single argument, the module name.  | 
-i prog
 | 
    
Specify a program prog to run whenever files in a
module are committed.  prog runs with a single
argument, the full pathname of the affected directory
in a source repository.  The `  | 
-o prog
 | 
    Specify a program prog to run whenever files in a module are checked out. prog runs with a single argument, the module name.  | 
-s status
 | 
    
Assign a status to the module.  When the module file is
printed with `  | 
-t prog
 | 
    
Specify a program prog to run whenever files in a
module are tagged with   | 
-u prog
 | 
    
Specify a program prog to run whenever `  |