Skip to content

Commit 389ede3

Browse files
committed
docs(list): add more examples
1 parent 011aeb6 commit 389ede3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/subplebbit/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getPlebbitLogger } from "../../../util.js";
66
export default class List extends BaseCommand {
77
static override description = "List your subplebbits";
88

9-
static override examples = [];
9+
static override examples = ["plebbit subplebbit list -q", "plebbit subplebbit list"];
1010

1111
static override flags = {
1212
quiet: Flags.boolean({ char: "q", summary: "Only display subplebbit addresses" }),

0 commit comments

Comments
 (0)