Skip to content

Arguments cannot be put in any order during wingetcreate update #182

@jedieaston

Description

@jedieaston

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

  1. Decide you want to update a manifest.
  2. Run wingetcreate update and look at the options you have to pass (note that --version is listed before --urls in that help section).
  3. 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
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions