fonimus / ssh-shell-spring-boot

Spring shell in spring boot application over ssh
https://github.com/fonimus/spring-boot-ssh-shell
Apache License 2.0
75 stars 22 forks source link

Exit command is missing in 3.1.0 Release #348

Open ThanasisBarekas opened 7 months ago

ThanasisBarekas commented 7 months ago

Hello and happy new year!

it seems that exit command is missing from version 3.1.0. Has this command beenb replaced ? or maybe can be enabled in built in commands ?

Thank you Thanasis

fonimus commented 4 months ago

Hello @ThanasisBarekas, sorry for the late replay. I can still see exit/quit commands on my side. Do you still have the problem ?

Capture d’écran 2024-04-26 à 17 03 56
ThanasisBarekas commented 4 months ago

Hello! Unfortunately yes, when i upgrade from 3.0.0 to 3.1.0 the exit and quit command vanishes from help built in commands. Can i intoduce it maybe explicitly through application yml file ? Thank you Thanasis

fonimus commented 3 months ago

The commands come from spring shell dependency, so you can check in their docmentation, but I don't think so