add st alias for status
This commit is contained in:
parent
68cd8c27cc
commit
cc1393cb7a
@ -5,6 +5,7 @@ module Svi
|
|||||||
|
|
||||||
ALIASES = {
|
ALIASES = {
|
||||||
"co" => "checkout",
|
"co" => "checkout",
|
||||||
|
"st" => "status",
|
||||||
}
|
}
|
||||||
|
|
||||||
HELP_TEXT = <<EOS
|
HELP_TEXT = <<EOS
|
||||||
@ -15,6 +16,7 @@ Global options:
|
|||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
checkout/co check out Subversion URL
|
checkout/co check out Subversion URL
|
||||||
|
status/st show Subversion status
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user