issues
search
billpratt
/
dotnet-search
Search for Nuget packages using the .NET Core CLI.
MIT License
38
stars
14
forks
source link
add output file and format option.
#7
Open
itn3000
opened
5 years ago
itn3000
commented
5 years ago
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)
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)