JAL-629 More NG arguments: --features, --annotations, --sortbytree, --tree, --groovy...
[jalview.git] / src / jalview / bin / argparser / BootstrapArgs.java
index 4829ef8..14b7fe6 100644 (file)
@@ -25,6 +25,11 @@ public class BootstrapArgs
     return new BootstrapArgs(argList);
   }
 
+  public static BootstrapArgs getBootstrapArgs(List<String> args)
+  {
+    return new BootstrapArgs(args);
+  }
+
   private BootstrapArgs(List<String> args)
   {
     parse(args, null);