GithubHelp home page GithubHelp logo

Comments (9)

otakustay avatar otakustay commented on May 23, 2024

fecs xxx > out.txt这样吗……?

from fecs.

bjlxj2008 avatar bjlxj2008 commented on May 23, 2024

from fecs.

otakustay avatar otakustay commented on May 23, 2024

其实你可以直接像上面这样执行吧……

from fecs.

bjlxj2008 avatar bjlxj2008 commented on May 23, 2024

这样导出的txt文件是一坨文字,没换行。

from fecs.

otakustay avatar otakustay commented on May 23, 2024

这个应该是换行用了\n而不是\r\n,导致在Windows下没有换行的关系,用Sublime等编辑器打开会不会是好的?

from fecs.

bjlxj2008 avatar bjlxj2008 commented on May 23, 2024

notepad可以有换行

from fecs.

chriswong avatar chriswong commented on May 23, 2024

对输出报告有更高要求的话,可以尝试使用自定义的 reporter,只要 --reporter 后的值带 / 就以当前工作目录查找自定义的 reporter,只要实现一个 transform(file) 的方法,file.errors 就是相关的校验结果,具体可以等 wiki 的相关内容。

from fecs.

zxhfighter avatar zxhfighter commented on May 23, 2024

如果能够实现自动分页就最好了,类似git的命令结果自动分页,哈哈

from fecs.

chriswong avatar chriswong commented on May 23, 2024

如果能够实现自动分页就最好了,类似git的命令结果自动分页,哈哈

这个 *nix 下自己用 | less 或 more 就行了, windows 下在 git-bash 里也可用

如果还不满意,可以用 --sileint --format=JSON 参数自己处理,同时还支持 XML 和 HTML 格式

from fecs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.