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
vss new
.
vss version
Please paste the results of running vss self version
vss
Describe the bug
以下のログからわかる通り、現在ディレクトリを指定すると、ディレクトリが存在していて作成できないというエラーになってしまう。
なにかファイルがあれば上書きしないようにエラーにすると良いが(その場合は上書きフラグを案内するようにしたい、なお上書きフラグはこの issue を書いた時点では未実装)、何もファイルがない場合は new コマンドをエラーにしないようにしたい。
$ vss new . 2024/09/24 22:46:22 [INFO] generate skeleton started 2024/09/24 22:46:22 [ERROR] dist directory already exists exit status 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vss version
Please paste the results of running vss self version
Describe the bug
以下のログからわかる通り、現在ディレクトリを指定すると、ディレクトリが存在していて作成できないというエラーになってしまう。
なにかファイルがあれば上書きしないようにエラーにすると良いが(その場合は上書きフラグを案内するようにしたい、なお上書きフラグはこの issue を書いた時点では未実装)、何もファイルがない場合は new コマンドをエラーにしないようにしたい。
The text was updated successfully, but these errors were encountered: