Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds capability for the feed command, to specify index #501

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ottpeter
Copy link

Adds capability for the feed command, to specify index, when doing read or write.

@ottpeter ottpeter marked this pull request as ready for review May 23, 2024 14:05
@ottpeter ottpeter requested a review from Cafe137 as a code owner May 23, 2024 14:05
@@ -38,6 +38,9 @@ export class FeedCommand extends RootCommand {
@Option({ key: 'password', alias: 'P', description: 'Password for the wallet' })
public password!: string

@Option({ key: 'index', description: 'Index for the feed to write to, or read from', required: false })
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it could simply say "Feed index to write to or read from"?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. I'll make this change.

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

Successfully merging this pull request may close these issues.

2 participants