repo.or.cz
/
spree.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Don't try to generate payload body when there aren't any subscribers … (#11610)
[spree.git]
/
cli
/
lib
/
spree_cli.rb
blob
a8a5681ca95f1de55d62539bf303bc527ae0b6d1
1
require 'thor'
2
require 'thor/group'
3
4
case ARGV.first
5
when 'version', '-v', '--version'
6
puts Gem.loaded_specs['spree_cli'].version
7
when 'extension'
8
ARGV.shift
9
require 'spree_cli/extension'
10
SpreeCli::Extension.start
11
end