Skip to content

Make CLI commands use positional arguments#123

Open
benthecarman wants to merge 1 commit intolightningdevkit:mainfrom
benthecarman:cli-positional
Open

Make CLI commands use positional arguments#123
benthecarman wants to merge 1 commit intolightningdevkit:mainfrom
benthecarman:cli-positional

Conversation

@benthecarman
Copy link
Collaborator

Made it so the primary arguments in our cli commands no longer use named flags but instead use positional arguments. For example, bolt11-send can now be used as bolt11-send <invoice> instead of bolt11-send --invoice <invoice>.

Made it so the primary arguments in our cli commands no longer use named flags but instead use
positional arguments. For example, bolt11-send can now be used
as `bolt11-send <invoice>` instead of `bolt11-send --invoice <invoice>`.
@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Feb 6, 2026

I've assigned @jkczyz as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants