aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-09-05 19:34:57 +0430
committerecho <91651232+exhq@users.noreply.github.com>2022-09-05 19:34:57 +0430
commitbcb5eee8bff44bbc283d3ead91228c923e5b59d6 (patch)
treec959872c5197be0eb2e5f37b83ef0219ed69e40a
parent875a26ae282283e4770c25a635fe1b204915cc39 (diff)
downloadexhq.github.io-bcb5eee8bff44bbc283d3ead91228c923e5b59d6.tar.gz
exhq.github.io-bcb5eee8bff44bbc283d3ead91228c923e5b59d6.tar.bz2
exhq.github.io-bcb5eee8bff44bbc283d3ead91228c923e5b59d6.zip
show.
-rw-r--r--console/src/jsMain/kotlin/main.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/console/src/jsMain/kotlin/main.kt b/console/src/jsMain/kotlin/main.kt
index ef61054..bffe218 100644
--- a/console/src/jsMain/kotlin/main.kt
+++ b/console/src/jsMain/kotlin/main.kt
@@ -215,7 +215,7 @@ fun main() {
}
})
- console.registerCommand(command("view"){
+ console.registerCommand(command("view", "show"){
val fa = requireFileAccessor()
val path = when (args.size){
1 -> args[0]