lib/space/action/handler.rb in space-0.0.8 vs lib/space/action/handler.rb in space-0.0.9
- old
+ new
@@ -4,10 +4,12 @@
class Action
class Handler
ALIASES = {
'' => 'scope',
'-' => 'unscope',
- 'r' => 'refresh'
+ '!' => 'refresh',
+ 'r' => 'remote',
+ 'l' => 'local'
}
attr_reader :project
def initialize(project)
@project = project