beauraines/toggl-cli

Upgrade toggl-client dependency

Closed this issue · 3 comments

Version 2.0.0 of toggl-client is available

const togglClient = import('toggl-client');
(await import('dotenv')).config()
const client = (await togglClient).default();
  • all variables must be let/const
  • package.json type: module

And maybe this, because I want to use the commadDir

yargs/yargs#571