Upstream support for angel-foo input as alias for foo.
This replaces the revspace_angel plugin at RevSpace.
This commit is contained in:
parent
0245f80961
commit
0dcacfc659
2 changed files with 6 additions and 1 deletions
4
plugins/regex_angel
Normal file
4
plugins/regex_angel
Normal file
|
@ -0,0 +1,4 @@
|
|||
sub command($self, $cart, $command, @) {
|
||||
return REDO, $1 if $command =~ /^angel-(.*)/;
|
||||
return NEXT;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue