New command line parsing infrastructure
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "util.hh"
|
||||
#include "args.hh"
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
@@ -9,8 +10,6 @@
|
||||
|
||||
namespace nix {
|
||||
|
||||
MakeError(UsageError, nix::Error);
|
||||
|
||||
class Exit : public std::exception
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user