<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,4 +4,4 @@ doc
 tmp
 *.log
 *.gem
-spec/**/*.gemspec
\ No newline at end of file
+*.gemspec
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ module EzyAutoCompletions
     include EzyAutoCompletions::LocalConfig
 
     attr_reader :stdout
-    attr_reader :app_type
+    attr_reader :app_type, :full_line
 
     def self.execute(stdout, arguments=[])
       self.new.execute(stdout, arguments)
@@ -13,6 +13,7 @@ module EzyAutoCompletions
     
     def execute(stdout, arguments=[])
       @stdout = stdout
+      @full_line = ENV['COMP_LINE']
       usage unless @app_type = arguments.shift
       case @app_type.gsub(/^-*/, '').to_sym
       when :external</diff>
      <filename>lib/ezy_auto_completions/cli.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3a4b418f1351246887bba3d2a3c74550a7c381ac</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/drnic/tabtab/commit/de72fe8d4125f5ca05ad580e43f44ea60ed1f15c</url>
  <id>de72fe8d4125f5ca05ad580e43f44ea60ed1f15c</id>
  <committed-date>2008-11-16T16:52:51-08:00</committed-date>
  <authored-date>2008-11-16T16:52:51-08:00</authored-date>
  <message>hide any gemspec</message>
  <tree>535259fe05af25191826878026350f485e81fb0b</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
