AuHau / toggl-cli

A simple command-line interface for toggl.com

Home Page:https://toggl.uhlir.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Add command incorrectly claims created projects are public by default

paour opened this issue · comments

$ toggl projects add --help
Usage: toggl projects add [OPTIONS]

  Creates a new project.

Options:
  [snip]
  -p, --private               Specifies whether project is accessible for all
                              workspace users (=public) or just only project's
                              users (=private). By default it is public.
  [snip]

When I omit the -p switch, my projects are created private by default. There is no corresponding --public switch, so it doesn't look like I can use the cli to create public projects.