We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zenn new:book
Like #63, now zenn new:book prints files that created with colors (by ANSI escape charactors) like below:
created: \e[32mecba19abfa3c41371a4a/config.yaml\e[39m created: \e[32mecba19abfa3c41371a4a/example1.md\e[39m created: \e[32mecba19abfa3c41371a4a/example2.md\e[39m
But I want an output which can be parsed easily.
e.g.
$ zenn new:book --machine-readable books/ecba19abfa3c41371a4a/config.yaml books/ecba19abfa3c41371a4a/example1.md books/ecba19abfa3c41371a4a/example2.md
NOTE: Also a subcommand new:article has --machine-readable option.
new:article
--machine-readable
The text was updated successfully, but these errors were encountered:
ありがとうございます。bookの作成においても、パイプなど後続の出力で処理可能な形式になるようにオプションを検討してみます。
Sorry, something went wrong.
No branches or pull requests
Like #63, now
zenn new:book
prints files that created with colors (by ANSI escape charactors) like below:But I want an output which can be parsed easily.
e.g.
NOTE: Also a subcommand
new:article
has--machine-readable
option.The text was updated successfully, but these errors were encountered: