feat: Added initial support for .zip
All checks were successful
CI / build (push) Successful in 2m3s

This commit is contained in:
2024-09-02 22:37:38 +12:00
parent 1cef099a37
commit 3c5014e90b
3 changed files with 65 additions and 4 deletions

View File

@@ -68,6 +68,11 @@ to quickly create a Cobra application.`,
"%s Completer combining dump files\n\r",
style.Success(icon.Check),
)
fmt.Printf(
"%s Zipping file\n\r",
style.Success(icon.Info),
)
filename, _ = dump.ZipFile(filename)
timeElapsed := time.Since(start)
fmt.Printf(
"%s Dump file available at %s\r\nTook %s\n\r",