Commit db287c5
committed
Change the output of ops.help() to namespaces only
This commit restricts the output of the ops.help() call to
just the namespaces that are available. This changes the
output call from this:
```
> features.haralick
> features
> features.tamura
> features.zernike
```
to just:
```
> features
```1 parent db162e4 commit db287c5
File tree
1 file changed
+1
-1
lines changed- scijava-ops-engine/src/main/java/org/scijava/ops/engine/impl
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments