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.json.tmp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 options.json.tmp (limited to 'options.json.tmp') diff --git a/options.json.tmp b/options.json.tmp new file mode 100644 index 0000000..a3eba6f --- /dev/null +++ b/options.json.tmp @@ -0,0 +1,8 @@ +{ + "continuous": false, + "history": null, + "microphone": null, + "interface": null, + "valid_sentence_command": null, + "invalid_sentence_command": null +} -- cgit 1.4.1