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

Remote commands doesn't accept negative decrements #1582

Closed
sergei-dyshel opened this issue May 1, 2019 · 2 comments

Comments

Projects
None yet
2 participants
@sergei-dyshel
Copy link

commented May 1, 2019

When running remote commands in shell with negative decrement value, I get an error:

$ kitty @ set-background-opacity -a -0.1   
Unknown option: -0.1

Tried escaping the - with backslash and quotes but most probably uses custom argument parsing and doesn't handle them.

@SolitudeSF

This comment has been minimized.

Copy link
Contributor

commented May 1, 2019

kitty @ set-background-opacity -a -- -0.1 works

@sergei-dyshel

This comment has been minimized.

Copy link
Author

commented May 1, 2019

@SolitudeSF
You're right, -- is the proper way of escaping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.