csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
util.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <filesystem>
4#include <string>
5
6namespace csvzall::util {
7
9std::string read_password(const std::string& prompt);
10std::filesystem::path executable_path();
11
12} // namespace csvzall::util
std::vector< JsonValue > array
Definition json_extract.cpp:33
Definition util.cpp:23
bool stdin_is_terminal()
Definition util.cpp:25
std::filesystem::path executable_path()
Definition util.cpp:82
std::string read_password(const std::string &prompt)
Definition util.cpp:33