Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.08 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.08 KB

JET v1.0

JET is a command-line tool that helps you track your weightlifting progress.

asciicast

Getting Started

Run the following to download:

git clone https://github.iu.edu/jsisaacs/JET.git

Running

To run JET, move into the directory and do this:

java -jar target/JET-1.0-SNAPSHOT.jar

How-To

To get help about commands while in the system:

JET:> help

 

To create a new exercise:

JET:> new-exercise 0 "exerciseName" 5 10 315 "10/7/2017" "This is a note."

 

To delete a specific exercise:

JET:> delete-exercise 0

 

To clear the whole exercise ArrayList:

JET:> clear-exercise 

 

To render the exercise spreadsheet:

JET:> spreadsheet

Built With