tagliatelle

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c13a6ed60a96072ecbded02a2fe586480fd83828
parent 4ac3928766aa3d0587db8cd99276f3e38a663486
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 24 Feb 2026 23:50:20 +0000

Operation type isn't used

Was supposed to support different types of commands

Diffstat:
Minclude-types.go | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/include-types.go b/include-types.go @@ -112,13 +112,6 @@ type Note struct { Original string // The full line as stored } -type Operation struct { - Name string - Description string - Type string // "sed", "regex", "builtin" - Command string -} - type SedRule struct { Name string `json:"name"` Description string `json:"description"`