ordinals/ord

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

Open

#3,818 opened on 2024年6月11日

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
 (平均マージ 15d 21h) (30d で 5 merged PRs)

説明

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.

コントリビューターガイド