Installation

Download the zip file from the most recent release. This project also depends on libunit, follow the installation instructions in the README of that project to install it.

Then fetch the libcommand zip

pros c fetch libcommand@VERSION.zip

Apply the libcommand zip file to your project

cd YOUR_PROJECT_BASE
pros c apply libcommand

Add includes to your projects main.h

#include "command/includes.h"

You’re all set, take a look at the Annotated Intake Example next!