18 lines
387 B
Markdown
18 lines
387 B
Markdown
# Show a Set
|
|
|
|
> `n34 sets show` command
|
|
|
|
**Usage:**
|
|
```
|
|
Show a single set or all the stored sets
|
|
|
|
Usage: n34 sets show [NAME]
|
|
|
|
Arguments:
|
|
[NAME] Name of the set to display. If not provided, lists all available sets
|
|
```
|
|
|
|
Prints all set names to standard output, each followed by its associated repos
|
|
and relays. To view the details for a specific set, provide its name as an
|
|
argument.
|