cp.nvim/lua/cp/commands
Barrett Ruth 80f2853999
refactor(race): replace :CP race subcommand with --race flag
Problem: Race was the only command using `:CP <action> <platform> <contest>`.
Every other platform+contest command uses `:CP <platform> <contest> [flags]`.

Solution: Make race a flag on contest setup: `:CP <platform> <contest> --race`.
Remove `:CP race stop` — starting a new race auto-cancels any active one.
Remove `<Plug>(cp-race-stop)` keymap. Update tab completion for `--race`.
2026-03-06 18:31:31 -05:00
..
cache.lua fix(submit): use file path over stdin; fix CF CodeMirror textarea (#305) 2026-03-05 14:34:14 -05:00
init.lua refactor(race): replace :CP race subcommand with --race flag 2026-03-06 18:31:31 -05:00
picker.lua fix(submit): use file path over stdin; fix CF CodeMirror textarea (#305) 2026-03-05 14:34:14 -05:00