Flox Package Database 1
CRUD Operations on Nix Package Metadata
Loading...
Searching...
No Matches
Classes | Namespaces
command.hh File Reference

Executable command helpers, argument parsers, etc. More...

#include <memory>
#include <string>
#include <string_view>
#include <argparse/argparse.hpp>
#include <nix/flake/flakeref.hh>
#include "flox/core/exceptions.hh"
#include "flox/core/nix-state.hh"
#include "flox/core/types.hh"
#include "flox/core/util.hh"
#include "flox/registry.hh"

Go to the source code of this file.

Classes

struct  flox::command::VerboseParser
 Add verbosity flags to any parser and modify the global verbosity. More...
 
class  flox::command::InlineInputMixin
 Extend a command's state blob with a single RegistryInput. More...
 
struct  flox::command::AttrPathMixin
 Extend a command state blob with an attribute path to "target". More...
 

Namespaces

namespace  flox
 Interfaces for use by flox.
 
namespace  flox::command
 Executable command helpers, argument parsers, etc.
 

Detailed Description

Executable command helpers, argument parsers, etc.