Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
dcn::cmd::CommandLineArgDef Struct Reference

#include <cmd.hpp>

Public Types

enum class  NArgs { Zero , One , Many }
 
enum class  Type {
  Unknown = 0 , Int , String , Bool ,
  Float , Path
}
 

Public Attributes

const std::string name
 
const std::string desc
 
NArgs nargs
 
Type type
 

Member Enumeration Documentation

◆ NArgs

Enumerator
Zero 
One 
Many 

◆ Type

Enumerator
Unknown 
Int 
String 
Bool 
Float 
Path 

Member Data Documentation

◆ desc

const std::string dcn::cmd::CommandLineArgDef::desc

◆ name

const std::string dcn::cmd::CommandLineArgDef::name

◆ nargs

NArgs dcn::cmd::CommandLineArgDef::nargs

◆ type

Type dcn::cmd::CommandLineArgDef::type

The documentation for this struct was generated from the following file: