Skip to content

Commit 04eded8

Browse files
committed
format
1 parent 10f6d1e commit 04eded8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/stdio.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,17 @@ const argv = yargs(hideBin(process.argv))
6666
})
6767
.options('tools', {
6868
type: 'string',
69-
describe: `Comma-separated list of specific tool categories to enable. Can also be set via TOOLS environment variable.\n\nAvailable choices: ${Object.keys(toolCategories).join(', ')}\n\nTool categories are as follows:
69+
describe: `Comma-separated list of specific tool categories to enable. Can also be set via TOOLS environment variable.
70+
71+
Available choices: ${Object.keys(toolCategories).join(', ')}
72+
73+
Tool categories are as follows:
7074
- docs: Search and fetch Apify documentation tools.
7175
- runs: Get Actor runs list, run details, and logs from a specific Actor run.
7276
- storage: Access datasets, key-value stores, and their records.
73-
- preview: Experimental tools in preview mode.\n\nNote: Tools that enable you to search Actors from the Apify Store and get their details are always enabled by default.
77+
- preview: Experimental tools in preview mode.
78+
79+
Note: Tools that enable you to search Actors from the Apify Store and get their details are always enabled by default.
7480
`,
7581
example: 'docs,runs,storage',
7682
})

0 commit comments

Comments
 (0)