diff options
| author | seth <[email protected]> | 2023-12-15 02:04:28 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-15 16:41:13 -0500 |
| commit | 32d42d5fbab9c74dbe59fbdb94a29112f8766e27 (patch) | |
| tree | 79111090bf837fc97fc5303f1fe93e6a550e6b06 /src/commands/general/version.rs | |
| parent | e38a441e37ec1a1dff07cf8bcff3e36a411709aa (diff) | |
commands: improve descriptions
Diffstat (limited to 'src/commands/general/version.rs')
| -rw-r--r-- | src/commands/general/version.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/general/version.rs b/src/commands/general/version.rs index 8b8d1f1..20368f2 100644 --- a/src/commands/general/version.rs +++ b/src/commands/general/version.rs @@ -2,7 +2,7 @@ use crate::colors::Colors; use crate::Context; use color_eyre::eyre::Result; -/// get version info +/// Get version info #[poise::command(slash_command)] pub async fn version(ctx: Context<'_>) -> Result<()> { let sha = option_env!("GIT_SHA").unwrap_or("main"); |
