NAME
WWW::MetaForge::ArcRaiders::CLI::Cmd::Event - Show details for a single event timer
VERSION
version 0.001
SYNOPSIS
# Show details for an event by name
arcraiders event "Cold Snap"
# Filter by specific map
arcraiders event "Cold Snap" --map dam
# Partial name matching
arcraiders event "Cold"
# JSON output
arcraiders --json event "Cold Snap"
DESCRIPTION
Display detailed information about a single event timer. Searches for events by name using exact match first, falling back to partial/case-insensitive match if no exact match is found.
The detail view shows:
Event name and map
Current status (active/inactive)
Time until start or end
Description with word wrapping
Complete schedule with time slots
Active days of the week
If multiple events match the search criteria, displays a list of matches and suggests using --map to narrow results.
OPTIONS
--map, -m
Filter results by map name. Useful when the same event appears on multiple maps.
arcraiders event "Cold Snap" --map dam
arcraiders event "Cold Snap" -m spaceport
SUPPORT
Source Code
The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)
https://github.com/Getty/p5-www-metaforge
git clone https://github.com/Getty/p5-www-metaforge.git
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.