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
6
namespace
csvzall::util
{
7
8
bool
stdin_is_terminal
();
9
std::string
read_password
(
const
std::string&
prompt
);
10
std::filesystem::path
executable_path
();
11
12
}
// namespace csvzall::util
array
std::vector< JsonValue > array
Definition
json_extract.cpp:33
csvzall::util
Definition
util.cpp:23
csvzall::util::stdin_is_terminal
bool stdin_is_terminal()
Definition
util.cpp:25
csvzall::util::executable_path
std::filesystem::path executable_path()
Definition
util.cpp:82
csvzall::util::read_password
std::string read_password(const std::string &prompt)
Definition
util.cpp:33
src
util.hpp
Generated by
1.9.8