Flox Package Database 1
CRUD Operations on Nix Package Metadata
Loading...
Searching...
No Matches
Public Member Functions | List of all members
flox::command::VerboseParser Struct Reference

Add verbosity flags to any parser and modify the global verbosity. More...

#include <command.hh>

Inheritance diagram for flox::command::VerboseParser:

Public Member Functions

 VerboseParser (const std::string &name, const std::string &version="0.1.0")
 

Detailed Description

Add verbosity flags to any parser and modify the global verbosity.

Nix verbosity levels for reference ( we have no --debug flag ): typedef enum { lvlError = 0 ( –quiet –quiet –quiet ) , lvlWarn ( –quiet –quiet ) , lvlNotice ( –quiet ) , lvlInfo ( Default ) , lvlTalkative ( -v ) , lvlChatty ( -vv | –debug –quiet ) , lvlDebug ( -vvv | –debug ) , lvlVomit ( -vvvv | –debug -v ) } Verbosity;


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