NAME
WWW::MetaForge::ArcRaiders::CLI::Cmd::Event - Show details for a single event timer
VERSION
version 0.002
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
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-metaforge/issues.
IRC
You can reach Getty on irc.perl.org for questions and support.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
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.