This commit is contained in:
2021-12-14 23:45:00 +01:00
parent d6bd11f65e
commit 92e32e0674
5 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
const commandList = ["about", "navigate", "external", "help", "ed", "nano"]
const commandList = ["about", "navigate", "external", "help", "ed", "nano"];
export function commandCompletion(input: string): string {
if (input === "") return "";