Blame src/skin/pe_skin_default.c
|
 |
249590 |
#include "perk_driver_impl.h"
|
|
 |
249590 |
#include "argv/argv.h"
|
|
 |
249590 |
|
|
 |
249590 |
const struct argv_option pe_default_options[] = {
|
|
 |
12240e |
{"version", 'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0,0,
|
|
 |
c3d8ab |
"show version information"},
|
|
 |
249590 |
|
|
 |
12240e |
{"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
|
|
 |
c3d8ab |
"show usage information [listing %s options only]"},
|
|
 |
249590 |
|
|
 |
59b920 |
{"cmd", 0,TAG_CMD,ARGV_OPTARG_REQUIRED,0,
|
|
 |
59b920 |
"perk",0,
|
|
 |
59b920 |
"invoke one of the following perk commands: {%s}"},
|
|
 |
d38fc0 |
|
|
 |
3aa987 |
{0,0,0,0,0,0,0,0}
|
|
 |
249590 |
};
|