This commit is contained in:
2025-07-29 17:04:45 +02:00
parent d8e0bffe56
commit 68e13938b7
10 changed files with 276 additions and 176 deletions

View File

@@ -41,7 +41,7 @@ func (p *AddCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) s
}
if p.name == "" {
p.name = filepath.Base(filepath.Dir(path))
p.name = filepath.Base(path)
}
m, err := game.Add(p.name, path)