diff options
| author | Michael <[email protected]> | 2017-02-23 12:47:42 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-23 12:47:42 -0500 |
| commit | 750b776349cb96f50c4f5b0eba3662bc7da27e69 (patch) | |
| tree | 844907160e17d35f5aaf9a8fd7375ccae4e6ebe5 /ShiftOS.WinForms/Commands.cs | |
| parent | a3fe772dbe714a0c2b0e23698e70c0436e08ba3b (diff) | |
| download | shiftos_thereturn-750b776349cb96f50c4f5b0eba3662bc7da27e69.tar.gz shiftos_thereturn-750b776349cb96f50c4f5b0eba3662bc7da27e69.tar.bz2 shiftos_thereturn-750b776349cb96f50c4f5b0eba3662bc7da27e69.zip | |
Fix the terminal. #71
Diffstat (limited to 'ShiftOS.WinForms/Commands.cs')
| -rw-r--r-- | ShiftOS.WinForms/Commands.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Commands.cs b/ShiftOS.WinForms/Commands.cs index 2d297f5..91caff4 100644 --- a/ShiftOS.WinForms/Commands.cs +++ b/ShiftOS.WinForms/Commands.cs @@ -39,6 +39,17 @@ using Newtonsoft.Json; /// </summary> namespace ShiftOS.WinForms { + [Namespace("sos")] + public static class MichaelDrunkStuff + { + [Command("drunkmichael")] + public static bool Drunky() + { + + return true; + } + } + [Namespace("trm")] public static class TerminalExtensions { |
