ordinals/ord

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

Open

#3818 aperta il 11 giu 2024

Vedi su GitHub
 (1 commento) (2 reazioni) (0 assegnatari)Rust (1479 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (3955 star)
Metriche merge PR
 (Merge medio 15g 21h) (5 PR mergiate in 30 g)

Descrizione

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.

Guida contributor