cp.nvim/lua/cp/commands
Barrett Ruth c689b3e462
refactor(credentials): rename set/clear to login/logout/clear
Problem: the `set` and `clear` subcommands don't clearly convey their
intent — `set` reads like a generic setter rather than an auth action,
and `clear` overloads single-platform and all-platform semantics in one
subcommand.

Solution: rename `set` to `login`, split `clear` into `logout`
(per-platform, defaults to active) and `clear` (all platforms). Update
parser, dispatcher, tab completion, and vimdoc.
2026-03-04 12:48:55 -05:00
..
cache.lua feat(cache): update cache 2025-10-24 14:26:51 -04:00
init.lua refactor(credentials): rename set/clear to login/logout/clear 2026-03-04 12:48:55 -05:00
picker.lua fix: cleanup picker message 2025-12-04 18:12:10 -05:00