diff options
Diffstat (limited to 'commands/patch/apply.go')
-rw-r--r-- | commands/patch/apply.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/patch/apply.go b/commands/patch/apply.go index 2806b7d1..5ffe86d1 100644 --- a/commands/patch/apply.go +++ b/commands/patch/apply.go @@ -24,6 +24,10 @@ func init() { register(Apply{}) } +func (Apply) Context() commands.CommandContext { + return commands.MESSAGE +} + func (Apply) Aliases() []string { return []string{"apply"} } |