@gmjs/cli-wrapper
Version:
32 lines (31 loc) • 396 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.OPTION_SHORT_NAME_LIST = void 0;
exports.OPTION_SHORT_NAME_LIST = [
'a',
'b',
'c',
'd',
'e',
'f',
'g',
// 'h',
'i',
'j',
'k',
'l',
'm',
'n',
'o',
'p',
'q',
'r',
's',
't',
'u',
// 'v',
'w',
'x',
'y',
'z',
];
;