Brief description of your issue
You have to use the arguments passed to wingetcreate update in a specific order or you get an error, which isn't reflected in the documentation.
Steps to reproduce
- Decide you want to update a manifest.
- Run
wingetcreate update and look at the options you have to pass (note that --version is listed before --urls in that help section).
- Decide to do it that way, and run something like
wingetcreate update -v 5.3.2 -u https://d13g8g4x8s9rc1.cloudfront.net/downloads/files/cdn/ti-nspire/5.3.2/TINspireCXStudentSoftware-5.3.2.129.exe TexasInstruments.TI-Nspire
- Become confused as it doesn't work even though it should since you passed valid arguments.
Expected behavior
You get a manifest that is ready to be committed or used locally.
Actual behavior
You get an error stating "A required value not bound to option name is missing.", even though according to the help, you've bound all of the options you needed to, just in a different order.
Environment
Windows Package Manager Manifest Creator v0.4.1.1
Any other software?
Microsoft Solitaire Collection version 4.10.7290.0.
Brief description of your issue
You have to use the arguments passed to
wingetcreate updatein a specific order or you get an error, which isn't reflected in the documentation.Steps to reproduce
wingetcreate updateand look at the options you have to pass (note that--versionis listed before--urlsin that help section).wingetcreate update -v 5.3.2 -u https://d13g8g4x8s9rc1.cloudfront.net/downloads/files/cdn/ti-nspire/5.3.2/TINspireCXStudentSoftware-5.3.2.129.exe TexasInstruments.TI-NspireExpected behavior
You get a manifest that is ready to be committed or used locally.
Actual behavior
You get an error stating "A required value not bound to option name is missing.", even though according to the help, you've bound all of the options you needed to, just in a different order.
Environment