feat: add crypt4ghfs-rust

This commit is contained in:
2023-01-08 11:48:40 +08:00
parent c8837b21f6
commit 8f6805f3e3
30 changed files with 2959 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
name: crypt4ghfs
help: Fuse layer exposing Crypt4GH-encrypted files, as if they were decrypted.
args:
- verbose:
required: false
short: v
long: verbose
help: Sets the level of verbosity
takes_value: false
- conf:
required: true
long: conf
#help: TODO
takes_value: true
value_name: conf_path
- MOUNTPOINT:
required: true