use super::*; mod export; pub mod info; mod update; #[derive(Debug, Parser)] pub(crate) enum IndexSubcommand { #[command(about = "Write inscription numbers and ids to a tab-separated file")] Export(export::Export), #[command(about = "Print index statistics")] Info(info::Info), #[command(about = "Update the index", alias = "run")] Update, } impl IndexSubcommand { pub(crate) fn run(self, options: Options) -> SubcommandResult { match self { Self::Export(export) => export.run(options), Self::Info(info) => info.run(options), Self::Update => update::run(options), } } }

Inscription #44969488

ID

ab9dae45b3...4ddf2b48i0

Detail

History

Action
Price
Marketplace
From
To
Time

INSCRIBED

-

-

-8dsy

9 months

Sign Up for our Newsletter

And be the first to know about any updates!

OrdinalHub logo

All Rights Reserved OrdinalHub.com 2024

Support

Follow Us