mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
chore: add i18n about strings for CLI commands
This commit is contained in:
@@ -79,7 +79,10 @@ pub fn registry_api<C: Context>() -> ParentHandler<C> {
|
||||
.with_about("about.list-registry-info-packages")
|
||||
.with_call_remote::<CliContext>(),
|
||||
)
|
||||
.subcommand("info", info::info_api::<C>())
|
||||
.subcommand(
|
||||
"info",
|
||||
info::info_api::<C>().with_about("about.commands-registry-info"),
|
||||
)
|
||||
// set info and categories
|
||||
.subcommand(
|
||||
"os",
|
||||
|
||||
Reference in New Issue
Block a user