mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
CLI
- Stubbed methods for further parsing.
This commit is contained in:
parent
1639e6bb68
commit
b0cf4adc4e
2 changed files with 14 additions and 1 deletions
|
@ -28,12 +28,17 @@
|
|||
#include <iostream>
|
||||
#include <Context.h>
|
||||
#include <CLI.h>
|
||||
#include <util.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
CLI::CLI ()
|
||||
: _program ("")
|
||||
, _rc ("")
|
||||
, _command ("")
|
||||
, _readOnly (false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue