control-cli

Usage

A CLI for code controls

Usage: control <COMMAND>

Commands:
  config   Set configuration variables
  control  Run control commands
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Development

See the following:

Dependencies

Prerequisites

Install Rust

See documentation.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install Cargo Edit

See documentation.

cargo install cargo-edit