We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
XXX show
1 parent 1152072 commit afee709Copy full SHA for afee709
openstack_cli/src/output.rs
@@ -189,7 +189,7 @@ impl OutputProcessor {
189
190
/// Produce output for humans (table) for a single resource
191
pub fn output_human<T: StructTable>(&self, data: &T) -> Result<(), OpenStackCliError> {
192
- let (headers, table_rows) = structable::build_table(data, &self.config);
+ let (headers, table_rows) = structable::build_table(data, &OutputConfig::default());
193
194
let mut table = Table::new();
195
table
0 commit comments