From c094d7ef448676fb1e1c9cdbaff7a2a7b9e2b7bd Mon Sep 17 00:00:00 2001 From: Jeremy Saenz Date: Mon, 15 Jul 2013 08:24:55 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 185cf2e..bbde19b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Work in Progress +This package is not in a releasable state. Stay tuned as I try to crank this API out in the next week or so. + # cli.go cli.go is simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.