editorconfig-cli
editorconfig-cli copied to clipboard
Downloaded `editorconfig-linux` has no command `fix`
trafficstars
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:
No help topic for 'fix'
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