1
0
forked from Alepha/Alepha

Modernize some of how program options emits help.

Alepha IOStreams supports adaptors for most of what used to be
temporary string functions.
This commit is contained in:
2024-04-03 14:24:03 -04:00
parent 7410245314
commit 8250680e6c
2 changed files with 37 additions and 30 deletions

View File

@ -327,8 +327,6 @@ namespace Alepha::Hydrogen ::detail:: ProgramOptions_m
}
};
void printString( const std::string &s, const std::size_t indent );
struct OptionString { std::string name; };
namespace exports::inline literals