Files
start-os/core/man/start-cli/start-cli-ssh.1
Aiden McClelland bcdeabfe85 fix: clap CLI definitions and manpage generation
- add #[group(skip)] to all Parser-derived structs
- fix conflicts_with and arg definitions for correct CLI behavior
- refactor bin entry points to support manpage generation
2026-03-18 23:48:13 -06:00

24 lines
514 B
Groff

.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH start-cli-ssh 1 "ssh "
.SH NAME
start\-cli\-ssh \- Commands for interacting with ssh keys i.e. add, delete, list
.SH SYNOPSIS
\fBstart\-cli ssh\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
.SH DESCRIPTION
Commands for interacting with ssh keys i.e. add, delete, list
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.SH SUBCOMMANDS
.TP
start\-cli\-ssh\-add(1)
Add ssh key
.TP
start\-cli\-ssh\-list(1)
List SSH keys
.TP
start\-cli\-ssh\-remove(1)
Remove an SSH key