Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: pkg/args/CHANGELOG.md

Issue 797473002: Add a CommandRunner class for dispatching commands to args. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/args/README.md » ('j') | pkg/args/lib/command_runner.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/CHANGELOG.md
diff --git a/pkg/args/CHANGELOG.md b/pkg/args/CHANGELOG.md
index f5aaafe64e5fa4855052a500b960038795dea4cf..bbdc523738284b42eb5a61d78b2af02c5307cad3 100644
--- a/pkg/args/CHANGELOG.md
+++ b/pkg/args/CHANGELOG.md
@@ -1,5 +1,8 @@
## 0.12.2
+* Add `CommandRunner` and `Command` classes which make it easy to build a
+ command-based command-line application.
+
* Add an `ArgResults.arguments` field, which contains the original argument list.
## 0.12.1
« no previous file with comments | « no previous file | pkg/args/README.md » ('j') | pkg/args/lib/command_runner.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698