mirror of
https://github.com/thib8956/advent-of-code.git
synced 2025-12-14 14:29:20 +00:00
2025 day 1
This commit is contained in:
@@ -14,7 +14,7 @@ def main():
|
||||
# Sous-commande run
|
||||
run_parser = subparsers.add_parser('run', help='Run an aoc day')
|
||||
run_parser.add_argument('year', type=int)
|
||||
run_parser.add_argument('day', type=int)
|
||||
run_parser.add_argument('day', type=int, nargs='?', default=None)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user