Flox Package Database 1
CRUD Operations on Nix Package Metadata
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
flox::resolver::DiffCommand Class Reference

Diff two manifest files. More...

#include <command.hh>

Public Member Functions

command::VerboseParsergetParser ()
 
int run ()
 Execute the diff routine.
 

Private Member Functions

const ManifestRawgetManifestRaw ()
 
const ManifestRawgetOldManifestRaw ()
 

Private Attributes

std::optional< std::filesystem::path > manifestPath
 
std::optional< ManifestRawmanifestRaw
 
std::optional< std::filesystem::path > oldManifestPath
 
std::optional< ManifestRawoldManifestRaw
 
command::VerboseParser parser
 

Detailed Description

Diff two manifest files.

Member Function Documentation

◆ run()

int flox::resolver::DiffCommand::run ( )

Execute the diff routine.

Returns
EXIT_SUCCESS or EXIT_FAILURE.

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