diff options
Diffstat (limited to 'commands/patch/remove.go')
-rw-r--r-- | commands/patch/remove.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/patch/remove.go b/commands/patch/remove.go index 6697177b..29849e51 100644 --- a/commands/patch/remove.go +++ b/commands/patch/remove.go @@ -18,6 +18,10 @@ func init() { register(Remove{}) } +func (Remove) Context() commands.CommandContext { + return commands.GLOBAL +} + func (Remove) Aliases() []string { return []string{"remove"} } |