ordinals/ord
View on GitHub[enhancement] In `ord.yaml` specifying options for subcommands
Open
#3,818 opened on Jun 11, 2024
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.