Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExamples return false positives for aliases and builtins #95
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Of the three examples here only
hashcorrectly reports if an executable is in the PATH.type -pandcommand -vboth report success on aliases, builtins, etc.type -P(capital P) does correctly report if an executable is in the PATH.Perhaps this section could be reworded to make this distinction more clear?