Added --version option

This commit is contained in:
Dylan K. Taylor
2024-01-09 13:04:14 +00:00
parent db3bb55a2b
commit 9b03b082ab
2 changed files with 11 additions and 0 deletions

View File

@ -45,4 +45,6 @@ final class BootstrapOptions{
public const PLUGINS = "plugins";
/** Path to store and load server data */
public const DATA = "data";
/** Shows basic server version information and exits */
public const VERSION = "version";
}