有没有办法从包管理器控制台获取包的完整描述 [英] Is there a way to get the FULL description of a package from the Package Manager console

查看:39
本文介绍了有没有办法从包管理器控制台获取包的完整描述的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行命令时

Get-Package -Remote StructureMap-MVC3 

在 NuGet 的包管理器控制台中,它返回以下内容以及截断的包的说明.

In the Package Manager Console for NuGet, it returns the following with the descriptions for the packages truncated.

Id                                                                                  Version                                                                             Description                                                                        
--                                                                                  -------                                                                             -----------                                                                        
StructureMap-MVC3                                                                   1.0.1                                                                               Adds the latest version of structuremap and configures it as the default Depende...
StructureMap-MVC3                                                                   1.0.2                                                                               Adds the latest version of structuremap and configures it as the default Depende...

有没有办法从控制台查询包的完整描述?

Is there a way to query the full description of the package from the console?

推荐答案

您可以获得标准输出,第一列的大小适合这样:

You can get the standard output, with the first column sized to fit like this:

Get-Package |ft -AutoSize

它将确保您需要的所有信息都可见.

It will ensure all the information you need is visible.

这篇关于有没有办法从包管理器控制台获取包的完整描述的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆