···125125 .argument("<track>", "the title of the track")
126126 .argument("<artist>", "the artist of the track")
127127 .option("-t, --timestamp <timestamp>", "the timestamp of the scrobble")
128128+ .option("-d, --dry-run", "simulate the scrobble without actually sending it")
128129 .description("scrobble a track to your profile.")
129130 .action(scrobble);
130131