A new CLI generated with oclif
$ npm install -g daily-log-cli
$ dlog COMMAND
running command...
$ dlog (--version)
daily-log-cli/0.0.6 darwin-arm64 node-v20.9.0
$ dlog --help [COMMAND]
USAGE
$ dlog COMMAND
...
Generate reports for time entries
USAGE
$ dlog generate
DESCRIPTION
Generate reports for time entries
EXAMPLES
$ dlog generate
See code: src/commands/generate.ts
Display help for dlog.
USAGE
$ dlog help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for dlog.
See code: @oclif/plugin-help
Login to CLI
USAGE
$ dlog login
DESCRIPTION
Login to CLI
EXAMPLES
$ dlog login
See code: src/commands/login.ts
Logout from CLI
USAGE
$ dlog logout
DESCRIPTION
Logout from CLI
EXAMPLES
$ dlog logout
See code: src/commands/logout.ts