Usage: cpb <command> [options]
Run `cpb <command> --help` to show help for an specific command.
Commands:
cpb clone Run cpbooster as server for competitive companion
plugin.
cpb test <filePath> Test your code against one or all (default) available
test cases. Run `cpb test --help` to see more usage
options [aliases: t]
cpb create <filePath> Create a new source code file with the corresponding
template loaded or multiple source files if a sequence
is given as file name. Run `cpb create --help` to see
usage options and examples [aliases: c]
cpb init Create a new configuration file with default values in
$HOME directory or if --configPath is specified, it
writes it in the given path. [aliases: i]
cpb login <url> Log in to the specified Online Judge (i.e. Codeforces,
AtCoder, ...). [aliases: l]
cpb submit <filePath> Submit a source code file as a solution to a problem in
an Online Judge (i.e. Codeforces, AtCoder, ...).
[aliases: s]
cpb stat <filePath> Outputs useful information about the specified
problem/file in a format that is easy to parse from
other tools
Options:
--version, -v Show version number [boolean]
--help, -h Show help [boolean]
--configPath Path to JSON configuration file
[default: "/home/san/cpbooster-config.json"] [string]