diff options
Diffstat (limited to 'src/main/scala/firrtl/options/Shell.scala')
| -rw-r--r-- | src/main/scala/firrtl/options/Shell.scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/options/Shell.scala b/src/main/scala/firrtl/options/Shell.scala index 28c0554a..88301d30 100644 --- a/src/main/scala/firrtl/options/Shell.scala +++ b/src/main/scala/firrtl/options/Shell.scala @@ -29,7 +29,7 @@ class Shell(val applicationName: String) { lib.addOptions(parser) } - libraries + libraries.toSeq } /** Contains all discovered [[RegisteredTransform]] */ @@ -43,7 +43,7 @@ class Shell(val applicationName: String) { tx.addOptions(parser) } - transforms + transforms.toSeq } /** The [[AnnotationSeq]] generated from command line arguments |
