GVM User Suite
User tools for the GVM open source project.
Functions | Variables
gvm-cli.cpp File Reference
#include <iostream>
#include <unistd.h>
#include <cargs.h>
#include <gpu/nvidia/manager.h>
#include <utils/configs.h>
Include dependency graph for gvm-cli.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

static struct cag_option options []
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 69 of file gvm-cli.cpp.

Here is the call graph for this function:

Variable Documentation

◆ options

struct cag_option options[]
static
Initial value:
= {
{
.identifier = 'c',
.access_letters = "c",
.access_name = "config",
.value_name = "CONFIG",
.description = "Configuration file to use."
},
{
.identifier = 'h',
.access_letters = "h",
.access_name = "help",
.value_name = NULL,
.description = "Shows the command help"
},
{
.identifier = 'a',
.access_letters = "a",
.access_name = "advanced-help",
.value_name = NULL,
.description = "Shows the advanced help"
}
}

Definition at line 1 of file gvm-cli.cpp.