Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Better naming : use Cli instead of QasimCli.
Browse files Browse the repository at this point in the history
  • Loading branch information
glenux committed Oct 29, 2014
1 parent c8da72a commit 3e29c27
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/qasim-cli
Expand Up @@ -21,7 +21,7 @@ require 'qasim'

module Qasim

class QasimCli < Thor
class Cli < Thor

desc "init", "initialize user configuration"
def init
Expand Down Expand Up @@ -99,8 +99,5 @@ module Qasim
end
end

#app =
Qasim::QasimCli.start(ARGV)
#app.run

Qasim::Cli.start(ARGV)

0 comments on commit 3e29c27

Please sign in to comment.