Include dependency graph for alternatives.cpp:
Enumerations | |
enum | action_type { UNKNOWN, INSTALL, REMOVE } |
Functions | |
void | install_alternative (const std::string &auto_link, const std::string &packages_link) |
void | remove_alternative (const std::string &auto_link, const std::string &packages_link) |
void | usage (int retcode) |
void | register_alternative (action_type action, const AltConfig &conf, const std::string &name) |
int | main (int argc, char *argv[]) |
Variables | |
bool | verbose = false |
|
possible actions |
|
register alternatives config
|
|
|
|
wrapper between alternative registration/unregistration
|
|
unregister alternatives config
|
|
help screen for command-line utility
|
|
verbose program's output |