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

CLI params as PATH, add basepath to functionsPath #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AuPath
Copy link
Collaborator

@AuPath AuPath commented Apr 4, 2024

Adresses and closes #13. Will be eventually made obsolete by #16.

@AuPath AuPath self-assigned this Apr 4, 2024
@AuPath AuPath requested a review from marioscrock April 5, 2024 09:49
@@ -50,13 +49,13 @@ public class Main {
@Parameter(names={"--baseiri","-iri"})
private String baseIri = "http://www.cefriel.com/data/";
@Parameter(names={"--basepath","-b"})
private String basePath;
private Path basePath;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AuPath Directly parsed as Path by JCommander?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@AuPath AuPath requested a review from marioscrock April 23, 2024 09:37
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.

Add basepath to --fun
2 participants