Add CLI --about flag#37
Open
kaushikneha551982-boop wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new CLI flag --about to display basic project information for Fyzenor in the terminal.
What does this PR change?
This PR introduces a new CLI option --about which prints a short description of the Fyzenor project.
Why is this change needed?
It improves user experience by allowing users to understand what Fyzenor is without any other documentation.
Type of Change
Changes Made
Added --about CLI flag in manager.cpp
Integrated it into existing argument
Displays project information when used
List the important code or behavior changes here.
Mention any UI, preview, install, or keybinding changes explicitly.
Testing
./fyzenor --version-yes./fyzenor --help-yesEnvironment
Screenshots or Terminal Output
Add screenshots, recordings, or terminal output if the change affects UI, previews, installation flow, or behavior.
./fyzenor --about
Fyzenor: A modern terminal file manager built in C++
Developed as part of GSSoC contribution.
Checklist
Notes for Reviewers
This is a small CLI enhancement. No changes were made to existing commands or FileManager logic.
Add anything reviewers should pay special attention to.