c-template
cli.c File Reference
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <argtable3.h>
#include "../include/utils/colors.h"
#include "../include/utils/command_line.h"
#include "../include/utils/safe_mem.h"
#include "../include/utils/logger.h"
Include dependency graph for cli.c:

Go to the source code of this file.

Macros

#define COMMAND_VERSION_STRING   "0.0.1"
 

Functions

command_handlernew_help_command (command_object *self)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ COMMAND_VERSION_STRING

#define COMMAND_VERSION_STRING   "0.0.1"

Definition at line 12 of file cli.c.

Function Documentation

◆ main()

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

Definition at line 18 of file cli.c.

Here is the call graph for this function:

◆ new_help_command()

command_handler* new_help_command ( command_object self)