serenity/Userland/Libraries/LibManual
kleines Filmröllchen b65258c093 Help+man+LibManual: Move argument handling to LibManual
This deduplicates argument handling logic from Help and man and makes it
more modular for future use cases. The argument handling works as
before: two arguments specify section and page (in this order), one
argument specifies either a page (the first section that it's found in
is used) or a path to a manpage markdown file.
2022-12-11 16:05:23 +00:00
..
CMakeLists.txt Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
Node.cpp Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
Node.h Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
PageNode.cpp
PageNode.h
Path.cpp Help+LibManual: Move all manpage path handling to LibManual 2022-12-11 16:05:23 +00:00
Path.h Help+LibManual: Move all manpage path handling to LibManual 2022-12-11 16:05:23 +00:00
SectionNode.cpp Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
SectionNode.h Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00