ORE Studio 0.0.4
Loading...
Searching...
No Matches
Classes | Typedefs
ores::cli::app Namespace Reference

Application hosting infrastructure for the CLI tool. More...

Classes

class  application
 Entry point for the ores command line application. More...
 
class  application_exception
 A fatal error has occurred whilst the application was running. More...
 
class  host
 Provides hosting services to the application. More...
 

Typedefs

using ore_importer = ore::xml::importer
 
using ore_exporter = ore::xml::exporter
 
using csv_exporter = refdata::csv::exporter
 
using connection = sqlgen::Result< rfl::Ref< sqlgen::postgres::Connection > >
 

Detailed Description

Application hosting infrastructure for the CLI tool.

Contains the main application class responsible for command execution, lifecycle management, and coordinating the various CLI subcommands.