MoonFruit
MoonFruit
> The `-t` flag is my personal dealbreaking itch with this tool (I run `ls -lrt` ~hundreds~ zillions of times per day). I don't want to develop muscle memory for...
For example: test.sh: ```sh #!/bin/sh # shellcheck shell=bash echo -e "abc" ``` And check with `shellcheck` ```console $ shellcheck test.sh $ shellcheck --shell=sh test.sh In test.sh line 3: echo -e...
[bash-language-server](https://github.com/bash-lsp/bash-language-server) always sets `--shell=` to what it thinks the shell is. I think it should set it to a fallback shell type to allow `# shellcheck shell=bash` to work. But...
Well, now that you've said that, all I can do now is post this question to bash-language-server.
It seems to me that a small change on both sides would be the feature that still works. Otherwise, an external tool may be needed to parse the `shellcheck` directive...
I'm not the maintainer of `bash-language-server`, I can't decide what it will do. I just made a suggestion.
Yes, #35874 is not working properly now. I also create a PR #135272 to fix this. But this latter PR was not accepted and has been closed. So I had...
> `gnuman` was probably created based on `gnubin` name ([Homebrew/legacy-homebrew@372c0d7](https://github.com/Homebrew/legacy-homebrew/commit/372c0d76849aaa18282e1841021588c74f2bf3a3)). MacPorts instead used `libexec/gnubin/man/` ([macports/macports-ports@`master`/sysutils/coreutils/Portfile#L94](https://github.com/macports/macports-ports/blob/master/sysutils/coreutils/Portfile?rgh-link-date=2024-07-02T13%3A33%3A44Z#L94)). Yes, this is indeed a viable option. This solution gets around the problem of confusing...
My approach is a bit different, because I found that `SpringConfigurationPropertySource` skips the actual implementation of `SystemEnvironmentPropertySource` and its subclasses, and directly uses the embedded `Map` returned by `getSource()`. So,...
Same problem here