mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
Run clang-format script
This commit is contained in:
parent
f16f9e223a
commit
b10b9c8291
@ -809,7 +809,8 @@ class App {
|
|||||||
|
|
||||||
/// Produce a string that could be read in as a config of the current values of the App. Set default_also to include
|
/// Produce a string that could be read in as a config of the current values of the App. Set default_also to include
|
||||||
/// default arguments. Prefix will add a string to the beginning of each option.
|
/// default arguments. Prefix will add a string to the beginning of each option.
|
||||||
std::string config_to_str(bool default_also = false, std::string prefix = "", bool write_description = false) const {
|
std::string
|
||||||
|
config_to_str(bool default_also = false, std::string prefix = "", bool write_description = false) const {
|
||||||
std::stringstream out;
|
std::stringstream out;
|
||||||
for(const Option_p &opt : options_) {
|
for(const Option_p &opt : options_) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user