chore: add i18n about strings for CLI commands

This commit is contained in:
Aiden McClelland
2026-03-26 15:15:51 -06:00
parent 8d9be64c19
commit f3d2782f18
10 changed files with 200 additions and 10 deletions

View File

@@ -117,6 +117,7 @@ pub fn forward_api<C: Context>() -> ParentHandler<C> {
Ok(())
})
.with_about("about.dump-port-forward-table")
.with_call_remote::<CliContext>(),
)
}