CmdCalendar: Converted from CLI to CLI2
This commit is contained in:
@@ -102,7 +102,7 @@ int CmdCalendar::execute (std::string& output)
|
|||||||
int argYear = 0;
|
int argYear = 0;
|
||||||
bool argWholeYear = false;
|
bool argWholeYear = false;
|
||||||
|
|
||||||
std::vector <std::string> words = context.cli.getWords ();
|
std::vector <std::string> words = context.cli2.getWords ();
|
||||||
|
|
||||||
for (auto& arg : words)
|
for (auto& arg : words)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user