Skip to content
New issue

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

Added CLI argument for user-path #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CodeCorrupt
Copy link

Simple addition to the CLI args. It could probably do with some validation, ie; making sure it ends in a slash.

cc: @WiserTixx

@lionkor
Copy link
Member

lionkor commented Nov 12, 2024

Hi, thanks for your contribution. Would you please use std::filesystem::path to store the path? This also lets you validate the path by calling std::filesystem::exists (https://en.cppreference.com/w/cpp/filesystem/exists).

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.

2 participants