ordinals/ord
GitHub で見る[enhancement] In `ord.yaml` specifying options for subcommands
Open
#3,818 opened on 2024年6月11日
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.