Skip to content

Commit

Permalink
Added tabtab definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Nov 23, 2008
1 parent c581ca6 commit b58f57f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/tabtab_definition.rb
@@ -0,0 +1,7 @@
require "garlic/session"

TabTab::Definition.register('garlic', :import => '--help') do |g|
Garlic::Session.commands.each do |c|
g.command c
end
end

0 comments on commit b58f57f

Please sign in to comment.