diff trunk/src/main.d @ 427:e2bbc6406a14

Added a new option '-m' to the igraph command.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 01 Oct 2007 18:49:26 +0200
parents ad7977fe315a
children 3751db263679
line wrap: on
line diff
--- a/trunk/src/main.d	Mon Oct 01 15:38:30 2007 +0200
+++ b/trunk/src/main.d	Mon Oct 01 18:49:26 2007 +0200
@@ -81,6 +81,8 @@
           options |= IGraphOption.GroupByPackageNames; break;
         case "-gbf":
           options |= IGraphOption.GroupByFullPackageName; break;
+        case "-m":
+          options |= IGraphOption.MarkCyclicModules; break;
         default:
           filePath = arg;
         }