nixd
Loading...
Searching...
No Matches
nixd
lib
CommandLine
Options.cpp
Go to the documentation of this file.
1
#include "
nixd/CommandLine/Options.h
"
2
3
using namespace
llvm::cl;
4
using namespace
nixd
;
5
6
OptionCategory
nixd::NixdCategory
(
"nixd library options"
);
7
8
opt<bool>
nixd::LitTest
{
9
"lit-test"
, desc(
"Indicating that the server is running in lit-test mode."
),
10
init(
false
), cat(
NixdCategory
)};
Options.h
nixd
Definition
CommandLine/Configuration.h:9
nixd::NixdCategory
llvm::cl::OptionCategory NixdCategory
nixd::LitTest
llvm::cl::opt< bool > LitTest
Indicating that we are in lit-test mode.
Definition
Options.cpp:8
Generated by
1.12.0