README.md in term_utils-0.2.0 vs README.md in term_utils-0.3.0
- old
+ new
@@ -18,11 +18,11 @@
2 Alea ... Alea jacta est
3 Audac... Audaces fortuna juvat
---- -------- ----------------
id string8 string16
-You can produice it with the following code:
+You can produce it with the following code:
require 'term_utils/tab'
TermUtils::Tab.define_table(:foo) do |t|
t.define_column :id, :width => 4, :align => :right
@@ -44,9 +44,15 @@
end
tpr.separator
tpr.header
tpr.line
end
+
+### Argument Parsing
+
+The Argument Parsing module provides a way to parse command line arguments.
+
+See Samples.
### File Finder
The File Finder module provides a way to query the filesystem.