summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZack Hobson2009-08-09 10:42:09 -0700
committerZack Hobson2009-08-09 10:42:09 -0700
commite935571b7164d112a5e27589ff69cfec9cc13c24 (patch)
treec121272332577f8a7b1b6fdbcb8e79e16c2653ca /bin
parent2b7d0061e5b7c7a53a49e3d73b0af2397d991af6 (diff)
downloadhcl-e935571b7164d112a5e27589ff69cfec9cc13c24.tar.bz2
Removed the --version option, closes #27.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/hcl b/bin/hcl
index a080e6a..8f8c6d7 100755
--- a/bin/hcl
+++ b/bin/hcl
@@ -1,7 +1,6 @@
#!/usr/bin/env ruby
-require 'rubygems'
-require 'hcl'
+require 'hcl/app'
-HCl.command *ARGV
+HCl::App.command *ARGV