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

@@ -44,7 +44,7 @@ at before, restore your backup with:
### SEE ALSO
* [envr backup](envr_backup.md) - Import a .env file into envr
* [envr check](envr_check.md) - Check for missing binaries
* [envr deps](envr_deps.md) - Check for missing binaries
* [envr edit-config](envr_edit-config.md) - Edit your config with your default editor
* [envr init](envr_init.md) - Set up envr
* [envr list](envr_list.md) - View your tracked files

View File

@@ -1,4 +1,4 @@
## envr check
## envr deps
Check for missing binaries
@@ -9,13 +9,13 @@ envr relies on external binaries for certain functionality.
The check command reports on which binaries are available and which are not.
```
envr check [flags]
envr deps [flags]
```
### Options
```
-h, --help help for check
-h, --help help for deps
```
### SEE ALSO