Commit graph

129 commits

Author SHA1 Message Date
Paul Beckingham
18c28a65c0 init: Added note about extension entities 2016-04-03 15:51:18 -04:00
Paul Beckingham
9054500b8d init: Uses CLI instead of raw args 2016-04-03 15:26:55 -04:00
Paul Beckingham
577df9a3af init: Added first keywords 2016-04-03 13:17:30 -04:00
Paul Beckingham
68ba48e85f Cleanup: Removed unused files 2016-04-03 13:02:52 -04:00
Paul Beckingham
aa2611bbae init: Added note about exclusions 2016-04-02 17:49:07 -04:00
Paul Beckingham
8981ea0342 init: Propagates CLI to dispatch 2016-04-02 17:43:42 -04:00
Paul Beckingham
b624aee186 init: Initalizeѕ CLI entities 2016-04-02 13:09:53 -04:00
Paul Beckingham
370c024409 init: lightweightVersionCheck no longer requires any arg processing 2016-04-02 13:04:39 -04:00
Paul Beckingham
d01994cf0f init: Propagated args, rules and log to CmdExport 2016-04-01 22:30:09 -04:00
Paul Beckingham
7f3a1e7aa5 init: Propagated rules to CmdStop 2016-03-28 22:40:21 -04:00
Paul Beckingham
aca071cf00 init: Propagated rules to CmdStart 2016-03-28 22:37:33 -04:00
Paul Beckingham
553cda6422 init: Propagated rules to CmdContinue 2016-03-28 22:35:24 -04:00
Paul Beckingham
894e62a6b0 init: Propagated rules to CmdTags 2016-03-28 01:22:08 -04:00
Paul Beckingham
b099944a3c Rules: All unpersistent local settings are now named 'temp.db', 'temp.shiny' 2016-03-28 00:51:32 -04:00
Paul Beckingham
51cf2868f0 init: Propagated args, rules, database and log to CmdDefine 2016-03-27 01:16:44 -04:00
Paul Beckingham
74d7171004 init: Any unambiguous command name is allowed 2016-03-27 00:52:22 -04:00
Paul Beckingham
8c2ce5847f init: Propagated all services to CmdReport 2016-03-25 23:49:34 -04:00
Paul Beckingham
a38c607f61 init: Propagated args to CmdStop 2016-03-25 00:29:12 -04:00
Paul Beckingham
5710800d0f init: Propagated database and log to CmdTags 2016-03-22 21:40:08 -04:00
Paul Beckingham
11f990f2a0 init: Propagated database and log to CmdContinue 2016-03-22 01:40:49 -04:00
Paul Beckingham
7ad9132d72 init: CmdStart does not need rules access 2016-03-22 01:38:55 -04:00
Paul Beckingham
56f80d5916 init: Propagated database to CmdExport 2016-03-22 01:12:18 -04:00
Paul Beckingham
f2fbbf81bf init: Propagated rules and database to CmdDefault 2016-03-22 00:36:38 -04:00
Paul Beckingham
a95ee17a3c init: Propagated database and log to CmdStop 2016-03-20 15:29:02 -04:00
Paul Beckingham
fbe6584447 init: Propagated args, rules, database and log to CmdStart 2016-03-20 11:27:47 -04:00
Paul Beckingham
2906408a8d init: Removed unnecessary diagnostics 2016-03-20 10:56:27 -04:00
Paul Beckingham
c62a0240c0 init: Propagated extensions to CmdDiagnostics 2016-03-20 10:08:40 -04:00
Paul Beckingham
08f0bde258 init: Propagated rules to CmdDiagnostics 2016-03-20 09:51:46 -04:00
Paul Beckingham
86b7642156 CmdExtensions: Renamed 'extension' command to 'extensions', for consistency 2016-03-20 09:47:46 -04:00
Paul Beckingham
83245c03e2 init: Propagated rules to CmdExtension 2016-03-20 09:19:56 -04:00
Paul Beckingham
b3f40b700b init: Propagated extensions to CmdExtension
- Also added missing dispatch.
2016-03-19 18:04:18 -04:00
Paul Beckingham
fbfa1f4398 init: Startup messages are now category 'debug', not 'info'. 2016-03-19 13:36:15 -04:00
Paul Beckingham
6851607fa8 init: Propagates log to CmdHelp 2016-03-19 12:24:24 -04:00
Paul Beckingham
2dcd2470c7 init: Propagated args to CmdHelp 2016-03-19 12:09:36 -04:00
Paul Beckingham
649f42aabb init: Propagated args to CmdLog 2016-03-19 10:14:35 -04:00
Paul Beckingham
854213c8b5 init: Propagated datatabase to CmdDiagnostics 2016-03-19 09:16:34 -04:00
Paul Beckingham
d4ac218729 Extensions: Now initialized 2016-03-17 23:03:59 -04:00
Paul Beckingham
78ff8b2919 init: Combined initializeData and initializeRules 2016-03-17 22:57:24 -04:00
Paul Beckingham
0403c21002 init: Settings stored in rules 2016-03-17 22:47:11 -04:00
Paul Beckingham
f3aa253b07 Rules: Replacing Configuration 2016-03-17 22:23:07 -04:00
Paul Beckingham
16cd5a6501 init: Eliminating configuration 2016-03-17 22:04:55 -04:00
Paul Beckingham
7434ad59c2 Timew: Added rules object to assorted calls 2016-03-17 18:02:58 -04:00
Paul Beckingham
7ac5da025f init: Fixed args in signature 2016-03-17 17:56:24 -04:00
Paul Beckingham
06dfce2040 CmdDiagnostics: Implemented diagnostics command 2016-03-17 17:54:12 -04:00
Paul Beckingham
249881347a init: Moved from argc/argv to args 2016-03-17 17:50:35 -04:00
Paul Beckingham
ee351d33e3 Timew: Combined argc/argv into args
- Modified lightweightVersionCheck.
2016-03-17 16:40:27 -04:00
Paul Beckingham
3a751e628a Log: Added logging support 2016-03-15 23:03:52 -04:00
Paul Beckingham
96059d32bd Build: Updated common to shared 2016-03-15 22:45:53 -04:00
Paul Beckingham
369e0336dd CmdDiagnostics: Added stubbed implementation 2016-03-13 21:45:22 -04:00
Paul Beckingham
92e61efff3 CmdUndo: Added stubbed implementation 2016-03-13 21:42:42 -04:00