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
--help
--version
Currently, notes is only a executable without any command-line options supports.
notes
It would be nice to add argument parser in main.cpp to parse option like notes profile path ...
main.cpp
This would make this app more customizable.
The text was updated successfully, but these errors were encountered:
This feature could be done with QCommandLineParser https://doc.qt.io/qt-6/qcommandlineparser.html.
QCommandLineParser
For custom profile path, how about add option --profile just like how firefox do?
--profile
firefox
@evan0greenup
Sorry, something went wrong.
@stevenleeS0ht , it looks good to me. How about @nuttyartist opinion?
No branches or pull requests
Currently,
notes
is only a executable without any command-line options supports.It would be nice to add argument parser in
main.cpp
to parse option like notes profile path ...This would make this app more customizable.
The text was updated successfully, but these errors were encountered: