【qiita-cli 機能追加の要望】qiita pull 先のrootのディレクトリ名を指定できるようにしてほしい #514
Closed
TakuKobayashi
started this conversation in
要望・アイデア・不具合
Replies: 2 comments
-
@TakuKobayashi 現在、
以下のような構造で作成されるのですが、この方法で今回いただいたご要望は解決できますでしょうか?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@ohakutsu |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
qiita-cli にて
qiita pull
を実行した時に現在はpublic/
以下に記事が自動的に作成されます。qiita pull
のオプションが現在(version 0.7.0)では-f
--force
しかないため、pull 先のrootディレクトリ名をpublic/
以外に指定することができません。そこで
-r
--root-path
あるいは-p
--project
などのようなオプション機能を追加してqiita pull
をおこなった時の root ディレクトリを指定できるようにしてほしいと思います。Beta Was this translation helpful? Give feedback.
All reactions