Mono 迁移分析器:所有命令行开关是什么?

发布于 2024-08-08 19:23:44 字数 510 浏览 1 评论 0原文

所以我在这里看到了命令行开关。 http://mono-project.com/Command_Line_MoMA

这是我看到的开关总数从网站:

MoMA.exe --nogui --out C:\app\momareport\report.html C:\app\myapp.exe

我看到的一件事是,在自动构建过程中,submit.xml 转到了我不想要的地方。由于它是生成的文件,我想更改它的位置。有一个开关吗?

另外,它的所有开关是什么?

如果没有用于将 Submit.xml 移动到报告位置的开关,请在未来版本中考虑它。

编辑:参数 --help 不起作用。我尝试了这个方法以及其他许多方法,试图在命令行上从 MoMA 获取一些对话。我使用 Windows 来帮助缓解任何困惑。

So I'm looking here and I see the command line switches. http://mono-project.com/Command_Line_MoMA

This is what I see as the total amount of switches from the site:

MoMA.exe --nogui --out C:\app\momareport\report.html C:\app\myapp.exe

One thing I see is the submit.xml going to a place I don't want during my automated build. Since it is a generated file, I want to change where it goes. Is there a switch for that?

Also, what are all of the switches for it?

If there is not a switch for moving the submit.xml to a reporting location, please consider it for future versions.

EDIT: The argument --help does not work. I tried that and a host of others to try to get some dialog from MoMA on the command line. I'm on Windows to help alleviate any confusion.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

楠木可依 2024-08-15 19:23:44

这些是 MoMA 支持的唯一命令行开关。您可以在此处查看代码。

“MoMA.exe --help”不起作用,因为 MoMA 被编译为 winforms 应用程序,因此不会显示命令窗口。结果,MoMA 与命令窗口断开连接,因此像 Console.WriteLine 这样的东西将不起作用。

为了回答您的实际问题,目前无法更改 .xml 文件的放置位置。

Those are the only command line switches supported by MoMA. You can see the code here.

"MoMA.exe --help" does not work because MoMA is compiled as a winforms application so that the command window is not shown. As a result, MoMA disconnects from the command window, and therefore things like Console.WriteLine will not work.

To answer your actual question, there is currently not a way to change where the .xml file gets put.

独木成林 2024-08-15 19:23:44

您可能想尝试:

MoMA.exe --help

在 Linux 上,还应该有一个联机帮助页。

如果您找不到该功能,并且想要将其提交给 Mono,则需要通过 Bugzilla 页面

You might want to try:

MoMA.exe --help

On Linux, there should also be a manpage.

If you can't find the feature, and want to submit it to Mono, you'll want to go via the Bugzilla page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文