mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build] Add some easter eggs
This commit is contained in:
@@ -154,6 +154,19 @@ namespace SabreTools.Helper.Data
|
|||||||
// Determine which help to show
|
// Determine which help to show
|
||||||
switch (subset)
|
switch (subset)
|
||||||
{
|
{
|
||||||
|
// Easter eggs
|
||||||
|
case "gordonj":
|
||||||
|
helptext.Add("GordonJ doesn't want any help");
|
||||||
|
break;
|
||||||
|
case "kludge":
|
||||||
|
helptext.Add("Kludge can't be helped");
|
||||||
|
break;
|
||||||
|
case "obi":
|
||||||
|
case "obiwantje":
|
||||||
|
helptext.Add("Obiwantje needs to RTFM :D");
|
||||||
|
break;
|
||||||
|
|
||||||
|
// Help
|
||||||
case null:
|
case null:
|
||||||
case "?":
|
case "?":
|
||||||
case "h":
|
case "h":
|
||||||
|
|||||||
Reference in New Issue
Block a user