ordinals/ord

[enhancement] In `ord.yaml` specifying options for subcommands

Open

#3,818 opened on Jun 11, 2024

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Rust (1,479 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (Avg merge 15d 21h) (5 merged PRs in 30d)

Description

Hello,

I think about adding subfields into ord.yaml file for subcommands options'.

Maybe something like this:

wallet: {
    name: "MyWallet",
    no-sync: false
}

I don't know what should be modified from src to integrate such options, but it can simplify some commands.

Contributor guide