Scott Atkins
Scott Atkins
Well for bash at least, I think the heuristic should be, if the variable(s) are readonly (constant) then it shouldn't trigger.
POSIX supports read only: https://pubs.opengroup.org/onlinepubs/009695299/utilities/readonly.html So that should be reasonable as well. It just is mutable results that might not do what users expect.
Cleaned up most of the comments, also fixed a warning during make install: ```argbash.rst:42: (ERROR/3) Undefined substitution referenced: "OPTION_IN_PLACE".``` Added to the make file missing examples
I apologize for taking so long to get back to this. I fixed up the patch file and generated the docs successfully. I think that's the last item.
Fixed up the docker workflow, I think that's everything
Sorry, just realized some of the files in here are actual in the SSH.Net core. I was testing client vs core authentication, and left some files in place, give me...
Yes sorry about that, if you're reviewing the original commit, the first 7 files (the ones not in the sftp namespace) go away with my latest commit.
I appreciate your caution. So pagent with mono isn't going to work out so well, because unless you're running wine, there isn't a pagent provider (Linux uses openssh sockets instead...
Key text, not a key file? (Looking back at the changes I added that as well.) Only real difference I see, provided it isn't going down the wrong branch of...
So I ran across this today. Since I create functions that can be used by a number of different other scripts, I like to be defensive when checking that the...