From 5a944237bdc6bdbdb3d630be8819373c3b9508dd Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Sun, 27 Dec 2015 11:56:08 -0500 Subject: Beginning work moving from YAML to JSON Mostly working for the options file now. Still some difficulty with command-line arguments, though; they're overriding the config file even when not specified. If I made them simply not get stored at all when not specified, there would be further problems when a configuration file is not present. Maybe I should make a whole new class to handle this. --- options.yaml.tmp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 options.yaml.tmp (limited to 'options.yaml.tmp') diff --git a/options.yaml.tmp b/options.yaml.tmp deleted file mode 100644 index fd53a97..0000000 --- a/options.yaml.tmp +++ /dev/null @@ -1,8 +0,0 @@ -#This is a YAML file -#these options can be over-ridden by commandline arguments -continuous: false -history: null -microphone: null -interface: null -valid_sentence_command: null -invalid_sentence_command: null -- cgit 1.4.1