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