mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 12:31:06 +01:00
added yaml output mode support (-o yaml or -Y)
This commit is contained in:
@@ -154,6 +154,9 @@ func PrepareModeFlags() error {
|
||||
case OutflagShell:
|
||||
OutputMode = "shell"
|
||||
NoNumbering = true
|
||||
case OutflagYaml:
|
||||
OutputMode = "yaml"
|
||||
NoNumbering = true
|
||||
default:
|
||||
OutputMode = "ascii"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user