rename flag -meta to -ff

This commit is contained in:
z7zmey
2019-02-25 16:52:47 +02:00
parent 37c9c2092f
commit a7229f53dd
12 changed files with 55 additions and 55 deletions

View File

@@ -11,5 +11,5 @@ type Parser interface {
GetPath() string
GetRootNode() node.Node
GetErrors() []*errors.Error
WithMeta()
WithFreeFloating()
}