feat: start adding support for mappings with encrypted paths
This commit is contained in:
parent
df89dd3dfa
commit
c3217a75e3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module GX::Parsers
|
||||||
|
|
||||||
# Filesystem specific
|
# Filesystem specific
|
||||||
parser.on("--encrypted-path PATH", "Set encrypted path (for gocryptfs)") do |path|
|
parser.on("--encrypted-path PATH", "Set encrypted path (for gocryptfs)") do |path|
|
||||||
encrypted_path = path
|
create_args = create_args.merge({encrypted_path: path})
|
||||||
end
|
end
|
||||||
parser.on("--remote-user USER", "Set SSH user (for sshfs)") do |user|
|
parser.on("--remote-user USER", "Set SSH user (for sshfs)") do |user|
|
||||||
create_args = create_args.merge({remote_user: user})
|
create_args = create_args.merge({remote_user: user})
|
||||||
|
|
Loading…
Reference in a new issue