From 9ea4cfbba175201da96238955fef71269035adc8 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 26 Apr 2012 16:39:23 -0400 Subject: 0.2 release announcement post --- announce.rst | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/announce.rst b/announce.rst index c4a0cb1..2586c46 100644 --- a/announce.rst +++ b/announce.rst @@ -1,8 +1,8 @@ ====================================================================== - cliff -- Command Line Interface Formulation Framework -- version 0.1 + cliff -- Command Line Interface Formulation Framework -- version 0.2 ====================================================================== -.. tags: python, cliff +.. tags: python, cliff, release, DreamHost cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and @@ -11,11 +11,28 @@ other extensions. What's New In This Release? =========================== -This is the first public release of cliff. It is alpha software, -mostly because the API between list commands and output formatters may -need to change. +- Incorporate changes from dtroyer to replace use of optparse in App + with argparse. +- Added "help" subcommand to replace ``--help`` option handling in + subcommands. Documentation ============= -Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/ +`Documentation for cliff`_ is hosted on `readthedocs.org`_ + +.. _Documentation for cliff: http://readthedocs.org/docs/cliff/en/latest/ + +.. _readthedocs.org: http://readthedocs.org + +Installation +============ + +Use pip:: + + $ pip install cliff + +See `the installation guide`_ for more details. + +.. _the installation guide: http://cliff.readthedocs.org/en/latest/install.html> + -- cgit v1.2.1