aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/adglent/src/showtime@internal@common@cli.erl
blob: f2d2396a006cba93c63764bce94cb17a4be3aa14 (plain)
1
2
3
4
5
6
7
8
-module(showtime@internal@common@cli).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function]).

-export_type([capture/0]).

-type capture() :: yes | no | mixed.