diff --git a/README.md b/README.md index 09d9d65e..84e4fd36 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Available Commands: new yaml n [--script/-s script_file] a.b.c newValueForC Flags: - -J, --fromjson[=false]: input as json -h, --help[=false]: help for yaml -j, --tojson[=false]: output as json -t, --trim[=true]: trim yaml output diff --git a/coverage.sh b/coverage.sh new file mode 100755 index 00000000..8140f3bc --- /dev/null +++ b/coverage.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +go test -coverprofile=coverage.out && go tool cover -html=coverage.out \ No newline at end of file diff --git a/docs/convert/index.html b/docs/convert/index.html index be73f134..20d4de99 100644 --- a/docs/convert/index.html +++ b/docs/convert/index.html @@ -252,15 +252,15 @@