KiCad PCB EDA Suite
command.h File Reference
#include <argparse/argparse.hpp>
#include <kiway.h>

Go to the source code of this file.

Classes

class  CLI::COMMAND
 

Namespaces

namespace  CLI
 

Macros

#define UTF8STDSTR(s)   ( std::string( s.utf8_str() ) )
 
#define ARG_VERSION   "--version"
 
#define ARG_HELP   "--help"
 
#define ARG_HELP_SHORT   "-h"
 
#define ARG_HELP_DESC   _( "shows help message and exits" )
 

Macro Definition Documentation

◆ ARG_HELP

#define ARG_HELP   "--help"

Definition at line 30 of file command.h.

◆ ARG_HELP_DESC

#define ARG_HELP_DESC   _( "shows help message and exits" )

Definition at line 32 of file command.h.

◆ ARG_HELP_SHORT

#define ARG_HELP_SHORT   "-h"

Definition at line 31 of file command.h.

◆ ARG_VERSION

#define ARG_VERSION   "--version"

Definition at line 29 of file command.h.

◆ UTF8STDSTR

#define UTF8STDSTR (   s)    ( std::string( s.utf8_str() ) )

Definition at line 27 of file command.h.