mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Commands - import
- Migrated handleImport to CmdImport.
This commit is contained in:
parent
4603bdb509
commit
a7d5641d00
9 changed files with 123 additions and 86 deletions
|
@ -84,9 +84,6 @@ std::string colorizeHeader (const std::string&);
|
|||
std::string colorizeFootnote (const std::string&);
|
||||
std::string colorizeDebug (const std::string&);
|
||||
|
||||
// import.cpp
|
||||
int handleImport (std::string&);
|
||||
|
||||
// dependency.cpp
|
||||
bool dependencyIsBlocked (const Task&);
|
||||
void dependencyGetBlocked (const Task&, std::vector <Task>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue