Skip to content

Commit

Permalink
Update documentation (#35)
Browse files Browse the repository at this point in the history
Reference the new website and user guide in the README
  • Loading branch information
rvesse committed Dec 3, 2015
1 parent 9221a37 commit 47097e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Bug Fixes
- `ManCommandUsageGenerator` could incorrectly indent the arguments portion of the options list if both visible and hidden options are present
- Man help output could fail in the options section if there were no visible options but some hidden options present
- Annotation Changes
- Marked defunct fields of `@Arguments` annotation as deprecated
- Marked various annotations as `@Documented` so they are included in JavaDoc output

## 2.1.0

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Airline 2 contains significant breaking changes from Airline 1.x, please see [Mi

Airline 2.1 contains some further minor breaking changes that should only affect advanced users, again please see [Migrating.md](Migrating.md) in this folder for more details on how to migrate code forward. Some users may need to add additional Maven dependencies if they were using help formats other than the basic CLI help.

## User Guide

We're currently working on our new website which will eventually include a comprehensive user guide though is currently a work in progress.

You can find the website at [http://rvesse.github.io/airline/](http://rvesse.github.io/airline/)

## Usage

To use airline you need to add a dependency to it to your own code, the Maven artifacts are described later in this file.
Expand Down

0 comments on commit 47097e2

Please sign in to comment.