]> git.armaanb.net Git - gen-shell.git/blobdiff - src/main.cpp
started to remove tw specifics
[gen-shell.git] / src / main.cpp
index afba7277ec511044acd58b0b19a9f0e3209dbd68..269d7394fe5868a86770ae7c9b7a53ac9b8c43f9 100644 (file)
@@ -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
 #include <readline/history.h>
 #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 ();