UNPKG

@beauraines/toggl-cli

Version:
8 lines (6 loc) 236 B
export const command = 'add' export const desc = 'Creates a new project.' export const builder = {} export const handler = async function (argv) { console.info(`${argv.$0} ${argv._.join(' ')} - this command is not yet supported.`) }