Skip to content

clink autorun value arguments #348

@Pajamaman

Description

@Pajamaman

I can't figure out the correct syntax to use for the autorun verb:

C:\Users\Pajamaman>clink autorun show

Current AutoRun values

  Current user:

    native : "C:\clink\clink" inject
     wow64 : "C:\clink\clink" inject

  All users:

    native : <unset>
     wow64 : <unset>

C:\Users\Pajamaman>clink autorun value "C:\clink\clink inject"
ERROR: Invalid arguments. Run 'clink autorun --help' for info.

C:\Users\Pajamaman>clink autorun value "C:\clink\clink" inject
ERROR: Invalid arguments. Run 'clink autorun --help' for info.

C:\Users\Pajamaman>clink autorun value "C:\clink\clink" -- inject
ERROR: Invalid arguments. Run 'clink autorun --help' for info.

Based on the output of autorun --help I would expect the first attempt to be the correct one.

What I'd really like is to set the autorun value to "C:\clink\clink" inject --quiet, but I can't even get the first part working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions