From 6a704311f25f9bfcd242ea3f388e4d86c2d1cd6c Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sun, 30 Jan 2022 00:13:55 -0600 Subject: [PATCH] added doc comment --- src/handler/utils/preprocessors/args.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/utils/preprocessors/args.ts b/src/handler/utils/preprocessors/args.ts index 9203bb2..b8f57ad 100644 --- a/src/handler/utils/preprocessors/args.ts +++ b/src/handler/utils/preprocessors/args.ts @@ -36,7 +36,7 @@ export namespace Utils { /** * * @param {string} arg - command arguments - * @param {string} sep + * @param {string} sep - default separator = " " * @returns {Ok} */ export function toArr(arg: string, sep: string = " ") : ArgType {