This commit is contained in:
Joey Hess 2025-03-10 16:46:55 -04:00
parent 24b6f50b79
commit 106373c53b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""Re: Any way to annotate what are input files?"""
date="2025-03-10T20:42:26Z"
content="""
git-annex does know what both the input and the output files are.
It learns this by running the compute program and seeing what INPUT and OUTPUT
lines it emits.
I considered having some `--input=` option, but decided that it was more
flexible to have a more freeform command line, which the compute program
parses.
"""]]