UNPKG

@beauraines/toggl-cli

Version:
11 lines (7 loc) 261 B
import { workspaces } from './workspaces/index.mjs' export const command = 'workspace <command>' export const desc = 'Manage workspaces' export const builder = function (yargs) { return yargs.command(workspaces) } export const handler = function (argv) {}