6.21. Get Options

This module gets interscript options from the command line.

This module is getting too fat. It also has side effects, making it impossible to use safely within an interscript source.

Start python section to interscript/getframes.py[1 /3 ] Next Last
     1: #line 10 "interscript_options.ipk"
     2: import sys
     3: import traceback
     4: import string
     5: import glob
     6: import os
     7: 
     8: from interscript.getoptions import getopt
     9: 
End python section to interscript/getframes.py[1]


6.21.1. Help Dictionary
6.21.2. Argument Frame