mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
This commit removes the env_logger dependency, replacing it with a simple implementation. Doing so removes like ten other transitive dependencies that no longer need to be included in the build. It also gains the ability to enable trace-level logging. The users crate, which contains such logging statements as of the version I published a few days ago, has been upgraded to celebrate. Also, change the log imports to globs. I'm only interested that a file doing logging, not what level it's logging at. |
||
|---|---|---|
| .. | ||
| dev-bash.sh | ||
| dev-help.sh | ||
| dev-package-for-linux.sh | ||
| dev-run-debug.sh | ||
| dev-run-release.sh | ||
| dev-versions.sh | ||
| local-package-for-macos.sh | ||
| README.md | ||
exa › development tools
These scripts deal with things like packaging release-worthy versions of exa.
They are not general-purpose scripts that you’re able to run from your main computer! They’re intended to be run from the Vagrant machine.