View Source mix aoc.open (aoc v0.14.0)

Opens the puzzle page with your defined browser on on adventofcode.com.

The command to call with the URL will be defined in the following order:

  • Using the AOC_BROWSER environment variable.
  • Using the BROWSER environment variable.
  • Fallback to xdg-open.

Usage

mix aoc.open [options]

Options

  • -y, --year <integer> - Year of the puzzle. Defaults to today's year or custom default.
  • -d, --day <integer> - Day of the puzzle. Defaults to today's day or custom default.
  • --help - Displays this help.

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

browser()

run(argv)

Callback implementation for Mix.Task.run/1.