$darkmode
main_commands.hpp File Reference
#include <optional>
#include <string>
#include <vector>
#include "lua_setup.hpp"
#include "stack_factory.hpp"
Include dependency graph for main_commands.hpp:

Go to the source code of this file.

Classes

struct  engine::CheckOptions
 
struct  engine::DumpOptions
 
struct  engine::RunOptions
 
struct  engine::ShellOptions
 
struct  engine::UsageOptions
 
struct  engine::VersionOptions
 

Functions

int engine::check (const CheckOptions &opt, const std::vector< std::string > &filepaths)
 
int engine::dump (const DumpOptions &opt, const std::vector< std::string > &filepaths)
 
int engine::run (const RunOptions &opt, const std::vector< std::string > &filepaths)
 
int engine::shell (const ShellOptions &opt, const std::vector< std::string > &filepaths)
 
int engine::usage (const UsageOptions &opt, const std::string &argument)
 
int engine::version (const VersionOptions &opt)
 

Detailed Description

See also
main.cpp