Skip to content

Commit 75f5d26

Browse files
committed
feat(todoist): add 3rd party fallback completion loader
https://github.com/sachaos/todoist Notably, current version of todoist uses github.com/urfave/cli/v2, but loading the completion appears to work with the "v1" loader we have just fine.
1 parent 5ff8055 commit 75f5d26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@
316316
/_tkn
317317
/_tkn-pac
318318
/tightvncviewer
319+
/_todoist
319320
/_tofu
320321
/tracepath6
321322
/_trivy

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ CLEANFILES = \
896896
_tkn \
897897
_tkn-pac \
898898
tightvncviewer \
899+
_todoist \
899900
_tofu \
900901
tracepath6 \
901902
_trivy \
@@ -1216,7 +1217,7 @@ endif
12161217
$(ss) sha256sum \
12171218
b2sum md5sum shasum sha1sum sha224sum sha384sum sha512sum
12181219
$(ss) _sops \
1219-
_kata-runtime
1220+
_kata-runtime _todoist
12201221
$(ss) ssh \
12211222
autossh scp sftp sidedoor slogin
12221223
$(ss) sudo \

0 commit comments

Comments
 (0)