1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

New command line parsing infrastructure

This commit is contained in:
Eelco Dolstra 2016-02-09 21:07:48 +01:00
parent c780c1124e
commit 0db9e6cd1a
6 changed files with 472 additions and 81 deletions

View file

@ -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: