4 lines
130 B
Python
4 lines
130 B
Python
from talon import Module
|
|
|
|
mod = Module()
|
|
mod.tag("terraform_client", desc="tag for enabling terraform commands in your terminal")
|