apexatoll / aoc-cli

Command line interface for Advent of Code, built in Ruby using Kangaru
MIT License
55 stars 2 forks source link

Prevent resubmission #8

Closed yspreen closed 3 years ago

yspreen commented 3 years ago

Just a really small improvement. I accidentally hit the same command twice, meaning I submitted the same (wrong) answer twice. So I had to wait 1min before submitting the correct one. You could check if an answer was submitted before and catch it

apexatoll commented 3 years ago

This has now been implemented in 0.2.1 (please update)

yspreen commented 3 years ago

Works!