diff options
| author | Zack Hobson | 2009-08-09 10:42:09 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-08-09 10:42:09 -0700 | 
| commit | e935571b7164d112a5e27589ff69cfec9cc13c24 (patch) | |
| tree | c121272332577f8a7b1b6fdbcb8e79e16c2653ca /bin | |
| parent | 2b7d0061e5b7c7a53a49e3d73b0af2397d991af6 (diff) | |
| download | hcl-e935571b7164d112a5e27589ff69cfec9cc13c24.tar.bz2 | |
Removed the --version option, closes #27.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/hcl | 5 | 
1 files changed, 2 insertions, 3 deletions
| @@ -1,7 +1,6 @@  #!/usr/bin/env ruby -require 'rubygems' -require 'hcl' +require 'hcl/app' -HCl.command *ARGV +HCl::App.command *ARGV | 
