Blame src/skin/tbnf_skin_default.c

02e59c
#include "treebnf_driver_impl.h"
02e59c
#include "argv/argv.h"
02e59c
02e59c
const struct argv_option tbnf_default_options[] = {
02e59c
	{"version",	0,TAG_VERSION,ARGV_OPTARG_NONE,0,0,0,
02e59c
			"show version information"},
02e59c
02e59c
	{"help",	0,TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
02e59c
			"show usage information [listing %s options only]"},
02e59c
02e59c
	{0,0,0,0,0,0,0,0}
02e59c
};