refactor(check)!: Renamed the check command to deps.

This commit is contained in:
2025-11-06 17:10:06 -05:00
parent 17ce49cd2d
commit c9c34ce771
3 changed files with 7 additions and 7 deletions

View File

@@ -1,24 +0,0 @@
## envr check
Check for missing binaries
### Synopsis
envr relies on external binaries for certain functionality.
The check command reports on which binaries are available and which are not.
```
envr check [flags]
```
### Options
```
-h, --help help for check
```
### SEE ALSO
* [envr](envr.md) - Manage your .env files.