mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Deprecated Features
- Marked the push/pull/merge features as deprecated.
This commit is contained in:
parent
bcc9eb3d7a
commit
e441b8ca8e
7 changed files with 22 additions and 5 deletions
|
@ -50,6 +50,8 @@ CmdPull::CmdPull ()
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdPull::execute (std::string& output)
|
||||
{
|
||||
context.footnote ("The 'pull' command is deprecated, and will be removed in a subsequent release.");
|
||||
|
||||
std::vector <std::string> words = context.a3.extract_words ();
|
||||
std::string file;
|
||||
if (words.size ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue