feat: add crypt4ghfs-rust
This commit is contained in:
17
__fs/crypt4ghfs-rust/app.yaml
Normal file
17
__fs/crypt4ghfs-rust/app.yaml
Normal 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
|
||||
Reference in New Issue
Block a user