pending.nvim/lua
Barrett Ruth c45aacfcbb feat(init): add clear and reset actions to :Pending auth
Problem: no CLI path existed to wipe stale tokens or reset credentials,
and the `vim.ui.select` backend picker was misleading given shared tokens.

Solution: accept an args string in `M.auth()`, dispatching `clear` to
`clear_tokens()`, `reset` to `_wipe()`, and bare backend names to the
existing auth flow. Remove the picker.
2026-03-06 12:33:53 -05:00
..
pending feat(init): add clear and reset actions to :Pending auth 2026-03-06 12:33:53 -05:00