dotnet-search
dotnet-search copied to clipboard
add output file and format option.
This PR add following 3 options
-
--utf8
: output text as utf-8-nobom(default: system default) -
--format
: output text format(xml,json,table(=default)) -
--output
: output file path(default: stdout)