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:
@@ -35,6 +35,7 @@ class CmdImport : public Command
|
||||
public:
|
||||
CmdImport ();
|
||||
int execute (std::string&);
|
||||
int import (std::vector <std::string>& lines);
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user