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:
parent
c780c1124e
commit
0db9e6cd1a
6 changed files with 472 additions and 81 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue