Skip to content

Fixes command line arguments parsing#19

Open
norrs wants to merge 1 commit intosmblott-github:masterfrom
norrs:fix_commandline_args
Open

Fixes command line arguments parsing#19
norrs wants to merge 1 commit intosmblott-github:masterfrom
norrs:fix_commandline_args

Conversation

@norrs
Copy link

@norrs norrs commented Aug 21, 2019

Use the provided args._ which contains all undefined parameters.

This solved using the --sock parameter.

Before this you would simply get: 'error: unknown command: --sock'
because commandName would be set to the value of --sock argument.

Use the provided args._ which contains all undefined parameters.

This solved using the --sock parameter.

Before this you would simply get: 'error: unknown command: --sock'
because commandName would be set to the value of --sock argument.
@norrs
Copy link
Author

norrs commented Aug 21, 2019

Related to #5 (comment) while doing a dirty fix for myself by simply building another version for the extension for my second chrome profile.

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

Successfully merging this pull request may close these issues.

1 participant