/* * SPDX-License-Identifier: MIT * * Copyright IBM Corp. */ #ifndef LSSTP_CLI_H #define LSSTP_CLI_H #include "lib/util_opt.h" static struct util_opt opt_vec[] = { UTIL_OPT_HELP, UTIL_OPT_VERSION, UTIL_OPT_END }; #endif