feat: add comprehensive header for clap
This commit is contained in:
@ -1,7 +1,14 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include "clap/types.hpp"
|
||||||
|
#include "clap/validator.hpp"
|
||||||
|
#include "clap/option.hpp"
|
||||||
|
#include "clap/variable.hpp"
|
||||||
|
#include "clap/summary.hpp"
|
||||||
|
#include "clap/application.hpp"
|
||||||
|
#include "clap/manual.hpp"
|
||||||
|
#include "clap/parser.hpp"
|
||||||
|
#include "clap/resolver.hpp"
|
||||||
|
|
||||||
namespace yycc::carton::clap {
|
// TODO: Support multiple arguments for single option.
|
||||||
|
|
||||||
// TODO: Support multiple arguments for single option.
|
namespace yycc::carton::clap {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user