Skip to content

Commit

Permalink
[skip ci] Add a deprecation notice to the options package documentati…
Browse files Browse the repository at this point in the history
…on (#2955)
  • Loading branch information
mfelsche authored Dec 11, 2018
1 parent b48af2a commit ae7d070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/options/options.pony
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The Options package provides support for parsing command line arguments.
## Deprectation warning
This package is deprecated and will be removed in a future release. Use the [cli](cli--index.md) package instead.
## Example program
```pony
use "options"
Expand Down

0 comments on commit ae7d070

Please # to comment.