GDBCLICommand.st
changeset 11 474fbb650afe
parent 7 7a51f98e7162
child 49 dec248235d3f
--- a/GDBCLICommand.st	Mon Jun 09 10:28:46 2014 +0100
+++ b/GDBCLICommand.st	Mon Jun 09 21:28:52 2014 +0100
@@ -27,3 +27,9 @@
     "Created: / 02-06-2014 / 23:34:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!GDBCLICommand methodsFor:'testing'!
+
+isCLICommand
+    ^ true
+! !
+