acick

jobs crates.io docs codecov

__ __ /\ \ __ ___ /\_\ ___\ \ \/'\ /'__`\ /'___\/\ \ /'___\ \ , < /\ \L\.\_/\ \__/\ \ \/\ \__/\ \ \\`\ \ \__/.\_\ \____\\ \_\ \____\\ \_\ \_\ \/__/\/_/\/____/ \/_/\/____/ \/_/\/_/

Command line tools for programming contests.

Features

Requirements

Installation

Use install.sh to install binary release.

$ curl -sSf -L https://raw.githubusercontent.com/gky360/acick/master/install.sh | sh

Or use cargo to build from source.

$ cargo install acick

Usage

``` acick 0.1.0

USAGE: acick [FLAGS] [OPTIONS]

FLAGS: -y, --assume-yes Assumes "yes" as answer to all prompts and run non-interactively -h, --help Prints help information -q, --quiet Hides any messages except the final outcome of commands -V, --version Prints version information

OPTIONS: --output Format of output [default: default] [possible values: default, debug, json, yaml]

SUBCOMMANDS: fetch Fetches problems from service [aliases: f, f] help Prints this message or the help of the given subcommand(s) init Creates config file login Logs in to service [aliases: l, l] logout Logs out from all services me Gets info of user currently logged in to service show Shows current config submit Submits source code to service [aliases: s, s] test Tests source code with sample inputs and outputs [aliases: t, t] ```

License

Released under the MIT license.