Get rid of the default diff.conf

This commit is contained in:
Kovid Goyal
2018-06-05 10:44:18 +05:30
parent 2b0d8bfe46
commit d39cf5d702
7 changed files with 148 additions and 96 deletions

View File

@@ -110,6 +110,14 @@ def get_kitten_cli_docs(kitten):
return ans
def get_kitten_conf_docs(kitten):
sys.all_options = None
run_kitten(kitten, run_name='__conf__')
ans = sys.all_options
del sys.all_options
return ans
def main():
try:
args = sys.argv[1:]