UNPKG

@chec/cli

Version:

A command line interface for using the Chec API

10 lines (8 loc) 187 B
const {flags} = require('@oclif/command') module.exports = { domain: flags.string({ hidden: true, description: 'The base URL for the Chec API', default: 'chec.io', }), }