add start&stop
This commit is contained in:
@@ -62,6 +62,22 @@ class Taskwarrior
|
||||
$this->command('done', $filter);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $filter
|
||||
*/
|
||||
public function start($filter)
|
||||
{
|
||||
$this->command('start', $filter);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $filter
|
||||
*/
|
||||
public function stop($filter)
|
||||
{
|
||||
$this->command('stop', $filter);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $params
|
||||
*/
|
||||
|
Reference in New Issue
Block a user