このバージョンはまだ開発中であり、まだ安定しているとは見なされていません。最新の安定バージョンについては、Spring Shell 3.4.1 を使用してください!

ヘルプオプション

It’s common in many CLI frameworks for every command having options --help and -h to print out command help. Spring Shell has a built-in help command.

Extensions of AbstractCommand will get help functionality (ie handling options --help and -h), which if present in a given command will automatically short circuit command execution into an existing help command regardless what other command-line options are typed.