csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
view.cpp File Reference
#include "view.hpp"
#include "view/json.hpp"
#include <cstdlib>
#include <cstdint>
#include <exception>
#include <memory>
#include <ostream>
#include <string>

Namespaces

namespace  csvzall
 
namespace  csvzall::pipeline
 
namespace  csvzall::pipeline::commands
 

Functions

std::string csvzall::pipeline::commands::FormatViewStartupOutput (const std::string &url, const bool startup_json)
 
int csvzall::pipeline::commands::RunView (const std::string &input_path, std::ostream &output, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats, int requested_port, bool open_browser, bool serve_once, bool startup_json)