Skip to content
New issue

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

clink autorun value arguments #348

Closed
Pajamaman opened this issue Sep 14, 2015 · 2 comments
Closed

clink autorun value arguments #348

Pajamaman opened this issue Sep 14, 2015 · 2 comments

Comments

@Pajamaman
Copy link

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.

@mridgers
Copy link
Owner

I changed it to "set" (which I felt was more intuitive compared to "value") but I forgot to update the "--help" text! Try this; clink autorun set "c:\clink\clink inject".

I've fixed the incorrect help text and made it clear what autorun does.

@Pajamaman
Copy link
Author

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants