summaryrefslogtreecommitdiffstats
path: root/Options.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-25Call Windows-specific API to obtain current working directoryMalfurious1-0/+4
Signed-off-by: Malfurious <m@lfurio.us>
2024-10-25Remove remote-host and port optionsMalfurious1-32/+0
Support for remote keychains is removed, so also remove the associated command-line options. Signed-off-by: Malfurious <m@lfurio.us>
2020-07-16Fix error compiling under clangMalfurious1-2/+2
Clang on MacOS defaulted to interpreting these lines as function declarations. Changing to explicit object instantiation.