Added some text to comment

This commit is contained in:
Piotr Janosz
2019-07-29 15:44:21 +02:00
committed by fabioberger
parent 6a7c2918bb
commit 75dd1be40e

View File

@@ -2,7 +2,7 @@ import { adminClient, searchIndices, settings } from '../ts/utils/algolia_search
import { indexFilesAsync } from './algolia_helpers';
// Get args after command (i.e. ts-node) and path to file (i.e. ./index.ts)
// Get args (index names - i.e. guides) after command (i.e. ts-node) and path to file (i.e. ./index.ts)
const args = process.argv.slice(2);
function processIndices(indices: string[]): void {