Ookii.CommandLine for C++  2.0.0
command_line.h
Go to the documentation of this file.
1 #ifndef OOKII_COMMAND_LINE_H_
7 #define OOKII_COMMAND_LINE_H_
8 
9 #pragma once
10 
11 // This header is sufficient to include everything.
12 #include "subcommand.h"
13 
14 #endif
Provides functionality for applications that have multiple subcommands, all with their own arguments.