diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-21 21:00:04 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-21 21:00:04 +0200 |
commit | 3348fc30feb4a4c2d375e87de4b028d6fb4b58c5 (patch) | |
tree | 345d74b8006d355515fd88a63731d01f6a5f3e92 /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | 7efb8034e57ea845f7464a467e2beff3684d6fe1 (diff) | |
download | skyhanni-3348fc30feb4a4c2d375e87de4b028d6fb4b58c5.tar.gz skyhanni-3348fc30feb4a4c2d375e87de4b028d6fb4b58c5.tar.bz2 skyhanni-3348fc30feb4a4c2d375e87de4b028d6fb4b58c5.zip |
added /shdebugdata
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt index 9e5082f37..b2023d7aa 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -161,6 +161,10 @@ object Commands { "shconfig", "Search or reset config elements §c(warning, dangerous!)" ) { SkyHanniConfigSearchResetCommand.command(it) } + registerCommand( + "shdebugdata", + "Prints debug data in the clipboard" + ) { SkyHanniTestCommand.debugData(it) } } private fun developersDebugFeatures() { |