From 19ed5024754e60de5b7ba16cf77bab841bb461a6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 19 Mar 2016 09:36:46 -0400 Subject: [PATCH] CmdExport: Outlined processing --- src/commands/CmdExport.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/commands/CmdExport.cpp b/src/commands/CmdExport.cpp index 00f830ff..01cde6c3 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -31,6 +31,11 @@ int CmdExport () { std::cout << "# export\n"; + + // TODO Load all data. + // TODO Apply filter. + // TODO Compose JSON. + return 0; }