nixd
Loading...
Searching...
No Matches
CommandLine/Configuration.h
Go to the documentation of this file.
1/// \file
2/// \brief Allow default configuration being passed via CLI
3#pragma once
4
6
7#include <exception>
8
9namespace nixd {
10
11/// \brief Parse the CLI flag and initialize the config nixd::DefaultConfig
13
14} // namespace nixd
Declares workspace configuration schema.
nixd::Configuration parseCLIConfig()
Parse the CLI flag and initialize the config nixd::DefaultConfig.