at-return-output #63

Merged
lash merged 7 commits from at-return-output into master 2024-09-19 18:23:13 +02:00
Showing only changes of commit 10de039da0 - Show all commits

View File

@ -29,11 +29,6 @@ var (
translationDir = path.Join(scriptDir, "locale")
)
type FSData struct {
Path string
St *state.State
}
// FlagManager handles centralized flag management
type FlagManager struct {
parser *asm.FlagParser