feisty meow concerns codebase  2.140
command_line.cpp File Reference
Include dependency graph for command_line.cpp:

Go to the source code of this file.

Namespaces

 application
 Implements an application lock to ensure only one is running at once.
 

Macros

#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)
 
#define COMPLAIN_CMDS(s)
 

Functions

bool application::it_is_a_prefix_char (char to_test)
 

Variables

 application::DEFINE_ARGC_AND_ARGV
 

Macro Definition Documentation

◆ COMPLAIN_CMDS

#define COMPLAIN_CMDS (   s)
Value:
listo_cmds += "unknown"; \
COMPLAIN(s)

Definition at line 226 of file command_line.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 29 of file command_line.cpp.