mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
Portability: Updated to make main re-entrant()
- New INSTALL instructions to emscripten, and AUTHORS for contribution.
This commit is contained in:
parent
cae3f06b7d
commit
7af6db4c17
112 changed files with 960 additions and 1147 deletions
|
@ -33,8 +33,6 @@
|
|||
#include <shared.h>
|
||||
#include <format.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
CmdGet::CmdGet ()
|
||||
{
|
||||
|
@ -60,7 +58,7 @@ CmdGet::CmdGet ()
|
|||
int CmdGet::execute (std::string& output)
|
||||
{
|
||||
std::vector <std::string> results;
|
||||
for (auto& arg : context.cli2._args)
|
||||
for (auto& arg : Context::getContext ().cli2._args)
|
||||
{
|
||||
switch (arg._lextype)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue