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

GH-2862: Command line arguments from a file #2863

Merged
merged 5 commits into from
Nov 23, 2024
Merged

GH-2862: Command line arguments from a file #2863

merged 5 commits into from
Nov 23, 2024

Conversation

afs
Copy link
Member

@afs afs commented Nov 21, 2024

GitHub issue resolved #2862

Pull request Description:
Added a form : @file that read arguments from a file.

A side effect is that the "read contents" (hidden feature) of a few commands, like qparse, becomes ^filename.

Because this style does not work with shell file completion, it's not a very useful feature. Using --file filename is better.


  • Tests are included.
  • Key commit messages start with the issue number (GH-xxxx)

By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.


See the Apache Jena "Contributing" guide.

@afs afs merged commit 1df4833 into apache:main Nov 23, 2024
4 checks passed
@afs afs deleted the args branch November 23, 2024 15:27
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.

Allow command line arguments to be kept in a file.
1 participant