···10101111 @@found_commands = Hash(String, String).new
12121313- # Indicates whether the host platform has Git installed
1414- def self.has_git?
1515- ENV["MSTRAP_IGNORE_GIT"]? != "true" && has_command?("git")
1616- end
1717-1813 # Indicates whether the host platform has a given command available
1914 #
2015 # Lookups are cached by default, but cached info can be skipped by passing