Posts: 71
Threads: 16
Joined: Jul 2017
Reputation:
0
Good day, was going through the cli lib folder, then I came across a controller class in there called CommandRunner. but no doc to state it purpose/use.
can anyone help me figure that out??
Posts: 4,385
Threads: 101
Joined: Oct 2014
Reputation:
146
It's the CLI Libraries Controller that runs the CLI Commands ( CommandRunner).
Look at the __construct in the BaseCommand file.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Posts: 1,284
Threads: 65
Joined: Oct 2014
Reputation:
82
Correct. That’s what I meant by task runner.