We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43459c2 commit ae0c337Copy full SHA for ae0c337
plugins/todoist/todoist.go
@@ -14,7 +14,6 @@ func TodoistCLI() schema.Executable {
14
DocsURL: sdk.URL("https://github.com/sachaos/todoist"),
15
NeedsAuth: needsauth.IfAll(
16
needsauth.NotForHelpOrVersion(),
17
- needsauth.NotWithoutArgs(),
18
),
19
Uses: []schema.CredentialUsage{
20
{
0 commit comments