Go to the source code of this file.
Data Structures | |
class | OstOptionParser |
Namespaces | |
namespace | ost::ost_startup |
Functions | |
def | show_help |
def | interactive_flag |
def | stop |
Variables | |
string | usage = 'usage: ost [ost options] [script to execute] [script parameters]' |
tuple | HistoryFile = os.path.expanduser('~/.ost_history') |
gui_mode = False | |
tuple | home = os.getenv('HOME') |
tuple | _ostrc = os.path.join(home, '.ostrc') |
list | script = parser.rargs[0] |
sys_argv_backup = sys.argv |