Welcome to my 2021 attempt at the Advent Of Code
$ npm install -g @roryclaasen/advent2021
$ advent2021 COMMAND
running command...
$ advent2021 (--version)
@roryclaasen/advent2021/2.12.0 linux-x64 node-v16.13.1
$ advent2021 --help [COMMAND]
USAGE
$ advent2021 COMMAND
...
advent2021 day1
advent2021 day10
advent2021 day11
advent2021 day12
advent2021 day13
advent2021 day14
advent2021 day15
advent2021 day16
advent2021 day17
advent2021 day2
advent2021 day3
advent2021 day4
advent2021 day5
advent2021 day6
advent2021 day7
advent2021 day8
advent2021 day9
advent2021 help [COMMAND]
USAGE
$ advent2021 day1 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:1
See code: src/commands/day1/index.ts
USAGE
$ advent2021 day10 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:10
See code: src/commands/day10/index.ts
USAGE
$ advent2021 day11 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:11
See code: src/commands/day11/index.ts
USAGE
$ advent2021 day12 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:12
See code: src/commands/day12/index.ts
USAGE
$ advent2021 day13 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:13
See code: src/commands/day13/index.ts
USAGE
$ advent2021 day14 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:14
See code: src/commands/day14/index.ts
USAGE
$ advent2021 day15 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:15
See code: src/commands/day15/index.ts
USAGE
$ advent2021 day16 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:16
See code: src/commands/day16/index.ts
USAGE
$ advent2021 day17 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:17
See code: src/commands/day17/index.ts
USAGE
$ advent2021 day2 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:2
See code: src/commands/day2/index.ts
USAGE
$ advent2021 day3 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:3
See code: src/commands/day3/index.ts
USAGE
$ advent2021 day4 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:4
See code: src/commands/day4/index.ts
USAGE
$ advent2021 day5 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:5
See code: src/commands/day5/index.ts
USAGE
$ advent2021 day6 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:6
See code: src/commands/day6/index.ts
USAGE
$ advent2021 day7 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:7
See code: src/commands/day7/index.ts
USAGE
$ advent2021 day8 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:8
See code: src/commands/day8/index.ts
USAGE
$ advent2021 day9 [-p 1|2] [-t]
FLAGS
-p, --part=<option> Part to run
<options: 1|2>
-t, --test Run using test data
ALIASES
$ advent2021 day:9
See code: src/commands/day9/index.ts
Display help for advent2021.
USAGE
$ advent2021 help [COMMAND] [-n]
ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for advent2021.
See code: @oclif/plugin-help