* tweaks to help system
* update help text
* update changelog
* fix order of printing deps
* Apply suggestions from code review
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
* Update scoop-help.ps1
* Update scoop.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
When a user has an alias named `help`, the `scoop help` command does not work anymore.
To prevent collision with a user alias the function is renamed from `help` to `scoop_help`
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)