cp.nvim/plugin
Barrett Ruth ccaedfebc1
refactor(commands): move login/logout under platform namespace
Problem: `:CP login codeforces` was inconsistent with every other
command which uses `:CP <platform> <action>` ordering.

Solution: restructure to `:CP codeforces login` / `:CP codeforces
logout`. Remove `login`/`logout` from top-level `ACTIONS` and move
parsing into the platform branch of `parse_command`. Update completion
to offer `login`/`logout` as platform subcommands.
2026-03-05 14:10:05 -05:00
..
cp.lua refactor(commands): move login/logout under platform namespace 2026-03-05 14:10:05 -05:00