Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::Args::Flag Struct Reference

#include <args.hh>

Public Types

using ptr = std::shared_ptr<Flag>
 

Public Attributes

std::string longName
 
std::set< std::string > aliases
 
char shortName = 0
 
std::string description
 
std::string category
 
Strings labels
 
Handler handler
 
CompleterClosure completer
 
std::optional< ExperimentalFeatureexperimentalFeature
 

Detailed Description

Description of flags / options

These are arguments like -s or --long that can (mostly) appear in any order.


The documentation for this struct was generated from the following file: