Lint
This commit is contained in:
@ -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 "";
|
||||
|
Reference in New Issue
Block a user