We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check the information given about the version command in https://github.com/Vyvy-vi/file-utils/blob/main/src/helpText.hpp and try to create a class for the command in src/commands. You could look at src/commands/read.hpp and src/commands/read.cpp for how to create the class.
src/commands/read.hpp
src/commands/read.cpp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Describe the solution you'd like
Check the information given about the version command in https://github.com/Vyvy-vi/file-utils/blob/main/src/helpText.hpp and try to create a class for the command in src/commands. You could look at
src/commands/read.hpp
andsrc/commands/read.cpp
for how to create the class.Additional context
The text was updated successfully, but these errors were encountered: