Skip to content

feat(devkit/cli): implement CLI entry point with subcommands#265

Open
AbdulmujibOladayo wants to merge 1 commit into
StellarCommons:mainfrom
AbdulmujibOladayo:feat/issue-156-cli-entry
Open

feat(devkit/cli): implement CLI entry point with subcommands#265
AbdulmujibOladayo wants to merge 1 commit into
StellarCommons:mainfrom
AbdulmujibOladayo:feat/issue-156-cli-entry

Conversation

@AbdulmujibOladayo
Copy link
Copy Markdown

Summary

  • Add clap dependency to packages/devkit/Cargo.toml
  • Wire Cli struct (Parser) and Commands enum (Subcommand) in packages/devkit/src/cli/mod.rs
  • Subcommands: replay, export, benchmark, mock

Closes #156

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@AbdulmujibOladayo Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[devkit/cli] Implement CLI entry point with subcommands

1 participant