TW-1440: Implement "task import" from STDIN

- Read tasks from STDIN when no files are specified, or only "-"
  is specified.
This commit is contained in:
Wilhelm Schuermann 2015-05-25 14:25:43 +02:00
parent 3e043291f0
commit a78c9a6eb8
14 changed files with 124 additions and 42 deletions

View file

@ -35,6 +35,7 @@ class CmdImport : public Command
public:
CmdImport ();
int execute (std::string&);
int import (std::vector <std::string>& lines);
};
/*