From 2fc82f6381da3d948e26a80688ba83ebfc1eac76 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Wed, 25 Mar 2020 10:50:27 -0700 Subject: [vcpkg-help] Reflow and small cleanups (#10477) --- toolsrc/include/vcpkg/help.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg/help.h b/toolsrc/include/vcpkg/help.h index 73549efd7..87ce60b76 100644 --- a/toolsrc/include/vcpkg/help.h +++ b/toolsrc/include/vcpkg/help.h @@ -16,4 +16,16 @@ namespace vcpkg::Help void print_usage(); std::string create_example_string(const std::string& command_and_arguments); + + struct HelpTableFormatter + { + void format(StringView col1, StringView col2); + + std::string m_str; + + private: + void newline_indent(); + void indent(); + }; + } -- cgit v1.2.3