X-Git-Url: https://git.armaanb.net/?p=gen-shell.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=269d7394fe5868a86770ae7c9b7a53ac9b8c43f9;hp=afba7277ec511044acd58b0b19a9f0e3209dbd68;hb=eb1e18ee5dc8235e48dd5184f60c13c33cad6add;hpb=a5d9cd320e9ed83e36de2b5326f1201ea16b697f diff --git a/src/main.cpp b/src/main.cpp index afba727..269d739 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez, 2020 Armaan Bhojwani // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -39,10 +39,6 @@ #include #endif -// TODO These conflict with tw commands. This needs to be resolved. -// Perhaps an escape, such as '-- help' could invoke local help, or using -// a 'task' prefix could disambiguate. - // tasksh commands. int cmdHelp (); int cmdDiagnostics ();