Skip to content

CLI params as PATH, add basepath to functionsPath#14

Merged
AuPath merged 3 commits intomainfrom
fix-function-parameter-path
Jun 25, 2024
Merged

CLI params as PATH, add basepath to functionsPath#14
AuPath merged 3 commits intomainfrom
fix-function-parameter-path

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
private String baseIri = "http://www.cefriel.com/data/";
@Parameter(names={"--basepath","-b"})
private String basePath;
private Path basePath;
Copy link
Member

@marioscrock marioscrock Apr 8, 2024

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
@AuPath AuPath merged commit 20264d4 into main Jun 25, 2024
@AuPath AuPath deleted the fix-function-parameter-path branch June 25, 2024 08:58
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