feat: add filename to exported exceltable

This commit is contained in:
Patryk Hegenberg 2025-01-03 17:14:19 +01:00
parent a6e2986143
commit b1d345b152
4 changed files with 11 additions and 8 deletions

2
app.go
View file

@ -166,7 +166,7 @@ func (a *App) makeChoice() {
case "start rdp connection":
a.startRDPConnection()
case "export":
tw.ExportSummary()
tw.ExportSummary(a.flags.ExportName)
}
}