aliases/cargo: Move cargo plugin to aliases (#599)

This commit is contained in:
Кирилл Леонов 2024-09-03 14:40:28 +03:00 committed by GitHub
parent 031e4b7a84
commit b246494afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 6 deletions

View File

@ -22,3 +22,4 @@ See the respective pages for details.
- `misc`
- [`package-manager`](package-manager.aliases.md)
- [`terraform`](terraform.aliases.md)
- [`cargo`](cargo.aliases.md)

View File

@ -1,8 +1,4 @@
# Cargo plugin
The cargo plugin defines a number of useful aliases for you to work with cargo. [Consult the complete list](./cargo.plugin.sh)
## List of aliases
# Aliases `cargo`
| Alias | Command | Description |
|-------|-------------------------|------------------------------------------------|

View File

@ -33,7 +33,6 @@ By leveraging these plugins, you can streamline your workflow and tackle coding
| battery | Plugin related to monitoring and managing battery on computer systems. |
| brew | Package manager for macOS and Linux facilitating software installation and management. |
| bu | Insufficient information provided to give a precise description. |
| cargo | Cargo is the Rust package manager. |
| chezmoi | Dotfile management tool enabling management of user environment configuration. |
| dotnet | This plugin provides completion and useful aliases for .NET Core CLI. |
| fasd | Utility easing filesystem navigation through shortcuts and abbreviated commands. |