+ add type in disco datastores
This commit is contained in:
parent
93663f1dd9
commit
14b05ad1df
|
@ -73,7 +73,7 @@ sub run {
|
||||||
sub disco_format {
|
sub disco_format {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
$self->{output}->add_disco_format(elements => ['name', 'accessible']);
|
$self->{output}->add_disco_format(elements => ['name', 'accessible', 'type']);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub disco_show {
|
sub disco_show {
|
||||||
|
|
Loading…
Reference in New Issue