According to README.md:
Command editorconfig-cli fix [PATH] - fix the files within [PATH] to satify the rules.
I downloaded the editorconfig-linux from https://github.com/amyboyd/editorconfig-cli/releases/tag/0.1.0.
Calling editorconfig-linux fix yields:
Calling editorconfig-linux --help yields:
NAME:
editorconfig-cli - Validate and fix files based on the rules in your .editorconfig file
USAGE:
editorconfig-linux [global options] command [command options] [arguments...]
VERSION:
0.0.0
COMMANDS:
ls List files that will be matched by the arguments you give
rules List rules that match a given file
check Validate files
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
Obiously the downloaded file is missing the fix option and has the version 0.0.0 instead of 0.1.0
According to
README.md:I downloaded the
editorconfig-linuxfrom https://github.com/amyboyd/editorconfig-cli/releases/tag/0.1.0.Calling
editorconfig-linux fixyields:Calling
editorconfig-linux --helpyields:Obiously the downloaded file is missing the
fixoption and has the version0.0.0instead of0.1.0