Skip to content

Use noargs for command-line arguments handling#4

Merged
sile merged 5 commits intomainfrom
noargs
Mar 24, 2025
Merged

Use noargs for command-line arguments handling#4
sile merged 5 commits intomainfrom
noargs

Conversation

@sile
Copy link
Copy Markdown
Owner

@sile sile commented Mar 24, 2025

Copilot Summary

This pull request introduces significant changes to the mamegrep project, including a switch from the clap crate to the noargs crate for command-line argument parsing, and updates to the project description and dependencies in Cargo.toml.

Dependency and description updates:

  • Cargo.toml: Updated the project description to "Git grep TUI frontend" and replaced the clap dependency with noargs.

Command-line argument parsing refactor:

  • src/main.rs: Removed the clap crate usage and replaced it with noargs for parsing command-line arguments. This includes defining options and flags using noargs and handling the version and help flags.

@sile sile merged commit d267a87 into main Mar 24, 2025
9 checks passed
@sile sile deleted the noargs branch March 24, 2025 23:04
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.

1 participant