|
Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Diff two manifest files. More...
#include <command.hh>
Public Member Functions | |
| command::VerboseParser & | getParser () |
| int | run () |
Execute the diff routine. | |
Private Member Functions | |
| const ManifestRaw & | getManifestRaw () |
| const ManifestRaw & | getOldManifestRaw () |
Private Attributes | |
| std::optional< std::filesystem::path > | manifestPath |
| std::optional< ManifestRaw > | manifestRaw |
| std::optional< std::filesystem::path > | oldManifestPath |
| std::optional< ManifestRaw > | oldManifestRaw |
| command::VerboseParser | parser |
Diff two manifest files.
| int flox::resolver::DiffCommand::run | ( | ) |
Execute the diff routine.
EXIT_SUCCESS or EXIT_FAILURE.