rename run.ts
-> command.ts
This commit is contained in:
@ -34,4 +34,6 @@ export default function run(term: Term, stdin: string) {
|
||||
}
|
||||
history.add(args.join(" "))
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
export { unknown_command }
|
Reference in New Issue
Block a user