summaryrefslogtreecommitdiffstats
path: root/crmsh/options.py
blob: 4c6509d4d1c0c730e01a4d1170174c8d930557d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2008-2011 Dejan Muhamedagic <dmuhamedagic@suse.de>
# Copyright (C) 2013 Kristoffer Gronlund <kgronlund@suse.com>
# See COPYING for license information.
'''
Session-only options (not saved).
'''

interactive = False
batch = False
ask_no = False
regression_tests = False
profile = ""
history = "live"
input_file = ""
shadow = ""
scriptdir = ""
# set to true when completing non-interactively
shell_completion = False