Blame src/skin/pe_skin_ar.c
|
 |
c73e19 |
#include "perk_driver_impl.h"
|
|
 |
c73e19 |
#include "perk_visibility_impl.h"
|
|
 |
c73e19 |
#include "argv/argv.h"
|
|
 |
c73e19 |
|
|
 |
c73e19 |
const perk_hidden struct argv_option pe_ar_options[] = {
|
|
 |
f07938 |
{"Wversion", 'V',TAG_VERSION,ARGV_OPTARG_NONE,
|
|
 |
c73e19 |
ARGV_OPTION_HYBRID_ONLY,0,0,
|
|
 |
c73e19 |
"show version information"},
|
|
 |
c73e19 |
|
|
 |
c73e19 |
{"Whelp", 'h',TAG_HELP,ARGV_OPTARG_NONE,
|
|
 |
c73e19 |
ARGV_OPTION_HYBRID_ONLY,0,0,
|
|
 |
c73e19 |
"show usage information"},
|
|
 |
c73e19 |
|
|
 |
c73e19 |
{0,0,0,0,0,0,0,0}
|
|
 |
c73e19 |
};
|