We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ac5a2 commit 29d9ad9Copy full SHA for 29d9ad9
src/cli.ts
@@ -97,9 +97,10 @@ function handleSyncErrors<T extends CommonOptions>(fn: (options: T) => Promise<v
97
addCommonOptions(
98
program
99
.command("pull")
100
- .description(
101
- "Pull Prompt and Agent files from Humanloop to your local filesystem.\n\n" +
102
- "This command will:\n" +
+ .description("Pull Prompt and Agent files from Humanloop to your local filesystem")
+ .addHelpText(
+ "after",
103
+ "\nThis command will:\n" +
104
"1. Fetch Prompt and Agent files from your Humanloop workspace\n" +
105
"2. Save them to your local filesystem (directory specified by --local-files-directory, default: humanloop/)\n" +
106
"3. Maintain the same directory structure as in Humanloop\n" +
0 commit comments