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