mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
added yaml output mode support (-o yaml or -Y)
This commit is contained in:
@@ -36,6 +36,7 @@ var (
|
||||
OutflagMarkdown bool
|
||||
OutflagOrgtable bool
|
||||
OutflagShell bool
|
||||
OutflagYaml bool
|
||||
OutputMode string
|
||||
InvertMatch bool
|
||||
Pattern string
|
||||
@@ -65,7 +66,7 @@ var (
|
||||
}
|
||||
|
||||
// used for validation
|
||||
validOutputmodes = "(orgtbl|markdown|extended|ascii)"
|
||||
validOutputmodes = "(orgtbl|markdown|extended|ascii|yaml)"
|
||||
|
||||
// main program version
|
||||
Version = "v1.0.11"
|
||||
|
||||
Reference in New Issue
Block a user