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