This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Positional arguments should be replaced by named options #5
Labels
enhancement
New feature or request
cargo run -- submit-ledger https://warpcast.com/timdaub/0x1f54f8 "Kiwistand is live"
, where the first argument is "submit-ledger" (which is OK), but then to a user it can be confusing that they first have to add the link, and second the title[link] [title]
cargo run -- submit-ledger --url=https://... --title="Kiwistand is live"
, this makes command construction less error prone and more readableThe text was updated successfully, but these errors were encountered: