Ookii.CommandLine for C++  1.0.0
command_line.h
Go to the documentation of this file.
1 #ifndef OOKII_COMMAND_LINE_H_
9 #define OOKII_COMMAND_LINE_H_
10 
11 #pragma once
12 
13 // This header is sufficient to include everything.
14 #include "command_line_builder.h"
15 
16 #endif
Provides the ookii::basic_parser_builder class.