-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
These options are surprisingly rejected when they contain a single word or a single quoted string.
Version(s) Affected
v0.2.0 - v0.4.0
To Reproduce
Steps to reproduce the behavior:
- Set up a config file containing
SshConfig helloorSshConfig "hi there"(or the same withSshOptions) - Attempt to qcp a file somewhere, you get this error:
Error: invalid type: found string "hi", expected a sequence for key `ssh_config` of host `some-host` at /home/wry/.qcp.conf (line 2)
Expected behavior
Config should be accepted and used appropriately (in this case, a warning that the given config file was not found).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working