@intocode-io/fireliff-cli
Version:
Command line interface for building LIFF app on Firebase
19 lines (17 loc) • 355 B
JavaScript
import './colors-set-theme';
export default [
{
header: 'Delete trial product information'.help,
content: `things delete:trial --product ${'<productId>'.input}`.code,
},
{
header: 'Options',
optionList: [
{
name: 'product'.code,
typeLabel: '-p'.code,
description: 'Product ID',
},
],
},
];