mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdIDs
- Migrated util.cpp compressIds to CmdIDs::compressIds, as this is the only place it is used.
This commit is contained in:
parent
8a31ccabdc
commit
dd6399aba7
2 changed files with 58 additions and 1 deletions
|
@ -35,6 +35,9 @@ class CmdIDs : public Command
|
|||
public:
|
||||
CmdIDs ();
|
||||
int execute (std::string&);
|
||||
|
||||
private:
|
||||
std::string compressIds (const std::vector <int>&);
|
||||
};
|
||||
|
||||
class CmdCompletionIds : public Command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue