27#include <libexcept/file_inheritance.h>
42#include <snapdev/poison.h>
46int main(
int argc,
char * argv[])
48 libexcept::verify_inherited_files();
50 for(
int i(1); i < argc; ++i)
52 if(strcmp(argv[i],
"--help") == 0
53 || strcmp(argv[i],
"-h") == 0)
55 std::cerr <<
"Usage: " << argv[0] <<
" [--opts]" << std::endl;
56 std::cerr <<
"where --opts is one of:" << std::endl;
57 std::cerr <<
" --help | -h print out this help screen" << std::endl;
62 std::cerr << argv[0] <<
":error: unexpected command line option \"" << argv[i] <<
"\"." << std::endl;
std::string get_boot_id()
Retrieve the boot UUID.
Thread Runner and Managers.