fix: correct help text for update subcommand (#259)
Some checks failed
Windows / build (push) Has been cancelled
Coverage / build (push) Has been cancelled
Install.sh / build (push) Has been cancelled
Linux / build (push) Has been cancelled
MacOS / build (push) Has been cancelled

This commit is contained in:
Michał Sieroń
2024-06-25 22:38:59 +02:00
committed by GitHub
parent 54a8317d0e
commit 4f3b97b198

View File

@@ -76,7 +76,7 @@ pub enum ArgsSubcommands {
pub struct ConfigArgs {}
#[derive(FromArgs)]
/// import the specified theme
/// update termscp to the latest version
#[argh(subcommand, name = "update")]
pub struct UpdateArgs {}