mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Previously in order to turn on debug mode for the CLI, a user needed to specify `-d true`. You now only need to specify `-d` or `--debug` to turn on debug mode. Resolves elastic/x-pack-elasticsearch#3315 Original commit: elastic/x-pack-elasticsearch@d5052059e6