Open
Description
Description
When running the command below:
paket convert-from-nuget --migrate-credentials plaintext
it fails with an error:
You cannot use the old and new syntax at the same time: --creds-migration <-> --migrate-credentials
If you try running:
paket convert-from-nuget --creds-migration plaintext
it fails with the following error:
ERROR: unrecognized argument: '--creds-migration'.
Repro steps
Please provide the steps required to reproduce the problem
- Run: paket convert-from-nuget --migrate-credentials plaintext
Expected behavior
It should run adding the credentials into the paket.dependancies file in plain text
Actual behavior
Error occurs:
You cannot use the old and new syntax at the same time: --creds-migration <-> --migrate-credentials
Known workarounds
None