elasticdog / transcrypt

transparently encrypt files within a git repository
MIT License
1.43k stars 102 forks source link

transcrypt: unknown option -- context #170

Open dhackelman opened 1 year ago

dhackelman commented 1 year ago

Has the context option been removed?

I no longer see it in when I use the transcrypt -h command, and when I attempt to use the --context or -C option, I get the following error:

transcrypt --context=SomeContext
transcrypt: unknown option -- context=SomeContext
usage: transcrypt [-c CIPHER] [-p PASSWORD] [-h]
jmurty commented 1 year ago

Hi, the --context option has not yet been included in an official transcrypt release.

You will need to use the latest code version from the main branch.

If you are using the context feature successfully let me know. I have been waiting for feedback about it, good or bad, before including it in a release.