diff options
| author | echo <91651232+exhq@users.noreply.github.com> | 2022-09-05 19:34:57 +0430 |
|---|---|---|
| committer | echo <91651232+exhq@users.noreply.github.com> | 2022-09-05 19:34:57 +0430 |
| commit | bcb5eee8bff44bbc283d3ead91228c923e5b59d6 (patch) | |
| tree | c959872c5197be0eb2e5f37b83ef0219ed69e40a /console | |
| parent | 875a26ae282283e4770c25a635fe1b204915cc39 (diff) | |
| download | exhq.github.io-bcb5eee8bff44bbc283d3ead91228c923e5b59d6.tar.gz exhq.github.io-bcb5eee8bff44bbc283d3ead91228c923e5b59d6.tar.bz2 exhq.github.io-bcb5eee8bff44bbc283d3ead91228c923e5b59d6.zip | |
show.
Diffstat (limited to 'console')
| -rw-r--r-- | console/src/jsMain/kotlin/main.kt | 2 |
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] |
