Blame src/skin/slbt_skin_stoolie.c
|
|
4c3fb7 |
#include "slibtool_driver_impl.h"
|
|
|
4c3fb7 |
#include "slibtool_visibility_impl.h"
|
|
|
4c3fb7 |
#include "argv/argv.h"
|
|
|
4c3fb7 |
|
|
|
4c3fb7 |
const slbt_hidden struct argv_option slbt_stoolie_options[] = {
|
|
|
4c3fb7 |
{"version", 0,TAG_STLE_VERSION,ARGV_OPTARG_NONE,0,0,0,
|
|
|
4c3fb7 |
"show version information"},
|
|
|
4c3fb7 |
|
|
|
4c3fb7 |
{"help", 'h',TAG_STLE_HELP,ARGV_OPTARG_NONE,0,0,0,
|
|
|
4c3fb7 |
"display slibtoolize (stoolie) mode help"},
|
|
|
4c3fb7 |
|
|
|
4c3fb7 |
{0,0,0,0,0,0,0,0}
|
|
|
4c3fb7 |
};
|