You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema.inheritanceGraph.show(lbl => schema.qualify(lbl.toRDFNode), r =>s" -${r.name}-> ")
@@ -130,7 +144,9 @@ object SchemaCommand {
130
144
131
145
valshowInheritance:Opts[Boolean] =
132
146
Opts.flag("show-inheritance", short ="i", help ="show inheritance graph").orFalse
133
-
// val showMethod: Opts[ShowMethod] = Opts.option[String]("show-qualified", short = "q", help = "show shapes qualified by prefix declarations").orFalse
147
+
148
+
valshowDependencyGraph:Opts[Boolean] =
149
+
Opts.flag("show-dependency-graph", short ="d", help ="show dependency graph").orFalse
134
150
135
151
valshowShape:Opts[Option[ShapeLabel]] =
136
152
UriOpt.uri("shape", help ="Show shape").map(uri =>IRILabel(IRI(uri))).orNone
0 commit comments