feat: add filename to exported exceltable
This commit is contained in:
parent
a6e2986143
commit
b1d345b152
4 changed files with 11 additions and 8 deletions
2
app.go
2
app.go
|
|
@ -166,7 +166,7 @@ func (a *App) makeChoice() {
|
|||
case "start rdp connection":
|
||||
a.startRDPConnection()
|
||||
case "export":
|
||||
tw.ExportSummary()
|
||||
tw.ExportSummary(a.flags.ExportName)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue