Private
Public Access
1
0

Rename shared.State to shared.Shared

This commit is contained in:
2024-06-08 22:01:16 +00:00
parent c9e92e186e
commit c1ead83939
7 changed files with 36 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ type Values struct {
ConvShortname string
}
type State struct {
type Shared struct {
Ctx *lmcli.Context
Values *Values
Width int