BehaviourOptions

Option setting for the optarg and behaviour.json config file

Members

Variables

bdd_ext
string bdd_ext;

BDD extension (default markdown .md)

bdd_gen_ext
string bdd_gen_ext;

Extension for the generated BDD-files

d_ext
string d_ext;

Extension for d-source files (default .d)

dfmt
string dfmt;

D source formatter (default dfmt)

dfmt_flags
string[] dfmt_flags;

Command line flags for the dfmt

enable_package
bool enable_package;

This produce the package

iconv
string iconv;

Character converter (default iconv)

iconv_flags
string[] iconv_flags;

Command line flags for the iconv

importfile
string importfile;

Import file which are included into the generated skeleton

paths
string[] paths;

Include paths for the BDD source files

regex_exc
string regex_exc;

Regex for the files to be excluded

regex_inc
string regex_inc;

Regex filter for the files to be incl

schedule_file
string schedule_file;

* Used to set default options if config file not provided *//// Schedule filenam

Mixed In Members

From mixin JSONCommon

toJSON
JSON.JSONValue toJSON()
stringify
string stringify()

Stringify the struct

parse
void parse(JSON.JSONValue json_value)

Initialize a struct from a JSON