<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,6 @@ module Freckle
 
       options = {}
       entry_attributes = {}
-      mandatory_options = %w( t )
 
       parser = OptionParser.new do |opts|
         opts.banner = &lt;&lt;-BANNER.gsub(/^          /,'')
@@ -33,10 +32,6 @@ module Freckle
         opts.on(&quot;-h&quot;, &quot;--help&quot;,
                 &quot;Show this help message.&quot;) { stdout.puts opts; exit }
         opts.parse!(arguments)
-
-        if mandatory_options &amp;&amp; mandatory_options.find { |option| options[option.to_sym].nil? }
-          stdout.puts opts; exit
-        end
       end
 
       entry = Freckle::Entry.new(entry_attributes.merge(:user =&gt; Freckle::AppConfig.user))</diff>
      <filename>lib/freckle/cli.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9dece231f110cdd1f8b3af034d1440110ddc784e</id>
    </parent>
  </parents>
  <author>
    <name>Dieter Komendera</name>
    <email>dieter@komendera.com</email>
  </author>
  <url>http://github.com/kommen/freckle-cmd/commit/64148a1b43bf922a453464b7330ba5df727f765c</url>
  <id>64148a1b43bf922a453464b7330ba5df727f765c</id>
  <committed-date>2009-01-13T12:53:50-08:00</committed-date>
  <authored-date>2009-01-13T12:53:50-08:00</authored-date>
  <message>Remove mandatory options code.</message>
  <tree>ce8b63ae6f23c94358b3f815d2b6d50b64ea5a9f</tree>
  <committer>
    <name>Dieter Komendera</name>
    <email>dieter@komendera.com</email>
  </committer>
</commit>
