scotty/internal/cli
Philipp Wolfer 3b545a0fd6
Prepare using a context for export / import
This will allow cancelling the export if the import fails
before the export finished.

For now the context isn't passed on to the actual export functions,
hence there is not yet any cancellation happening.
2025-05-22 11:51:51 +02:00
..
auth.go Code style: All uppercase acronyms URL, ISRC, ID, HTTP 2025-04-29 13:23:41 +02:00
common.go Code cleanup and missing error checks 2023-12-10 13:51:38 +01:00
progress.go Use a WaitGroup to wait for both export and import goroutine to finish 2025-05-05 17:49:44 +02:00
prompt.go Support integer config values 2024-01-13 14:11:58 +01:00
services.go service auth, edit and delete now all support --service flag 2023-12-09 23:16:33 +01:00
transfer.go Prepare using a context for export / import 2025-05-22 11:51:51 +02:00