minor cleanup

This commit is contained in:
2026-05-07 16:26:03 +02:00
parent 978b7a319f
commit f06a2d82e9
3 changed files with 44 additions and 30 deletions

View File

@@ -37,7 +37,6 @@ type args struct {
Sort *SortCmd `arg:"subcommand:sort"`
SyncPlaylists *SyncPlaylists `arg:"subcommand:sync-playlist"`
Verbose bool `arg:"-v" default:"false"`
DryRun bool `arg:"--dry-run" default:"false"`
}
func Run() {