feat: add \:Pending done <id>\ command (#76)
Toggles a task's done/pending status by ID from the command line, matching the buffer \`<CR>\` behaviour including recurrence spawning. Tab-completes active task IDs.
This commit is contained in:
parent
829afd25b4
commit
d4e4d1499a
3 changed files with 56 additions and 2 deletions
|
|
@ -350,7 +350,7 @@ end
|
|||
function OAuthClient:auth(on_complete)
|
||||
local creds = self:resolve_credentials()
|
||||
if creds.client_id == BUNDLED_CLIENT_ID then
|
||||
log.error(self.name .. ': no credentials configured — run :Pending ' .. self.name .. ' setup')
|
||||
log.error(self.name .. ': no credentials configured — run :Pending auth')
|
||||
return
|
||||
end
|
||||
local port = self.port
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue