Skip to content

Commit 4eabf45

Browse files
Preston SeaySculptorclaude
authored andcommitted
Format prepare command description with prettier
Wrap the long `.description()` line in the new `prepare` command to satisfy prettier. Co-authored-by: Sculptor <sculptor@imbue.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent cc5f427 commit 4eabf45

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/cliCommands.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,9 @@ export function registerCommands(program: Command, deps: CliDependencies): void
739739

740740
program
741741
.command('prepare')
742-
.description("Store a service's credentials from a JSON payload (e.g. an OAuth client id/secret).")
742+
.description(
743+
"Store a service's credentials from a JSON payload (e.g. an OAuth client id/secret)."
744+
)
743745
.argument('<service_name>', 'Name of the service to prepare')
744746
.argument(
745747
'<json>',

0 commit comments

Comments
 (0)