tape: changer - add export-slot config
This commit is contained in:
@ -173,6 +173,7 @@ fn get_config(
|
||||
let options = default_table_format_options()
|
||||
.column(ColumnConfig::new("name"))
|
||||
.column(ColumnConfig::new("path"))
|
||||
.column(ColumnConfig::new("export-slots"))
|
||||
;
|
||||
|
||||
format_and_print_result_full(&mut data, &info.returns, &output_format, &options);
|
||||
|
Reference in New Issue
Block a user