Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
orchestrator.hpp File Reference

Main command orchestration interface. More...

+ Include dependency graph for orchestrator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Context
 
class  Orchestrator
 Main command orchestrator. More...
 

Typedefs

using Step = std::function<bool(Context&)>
 

Detailed Description

Main command orchestration interface.

Provides the central command dispatch system that coordinates all tool functionality through various subcomponents.

The orchestrator starts the flow of the user iteraction read the user cli command, parser it and call the correct functionality related to the user query.

Definition in file orchestrator.hpp.

Typedef Documentation

◆ Step

using Step = std::function<bool(Context&)>

Definition at line 32 of file orchestrator.hpp.