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.