Skip to content

Fix -a option wrong concatenation of arguments.#10

Open
Aire-One wants to merge 2 commits into
gmdfalk:masterfrom
Aire-One:master
Open

Fix -a option wrong concatenation of arguments.#10
Aire-One wants to merge 2 commits into
gmdfalk:masterfrom
Aire-One:master

Conversation

@Aire-One

Copy link
Copy Markdown

The -a option handling in the code does not match what the documentation says.
From the --help output :

-a|--aopt Pass option to awesome binary (e.g. --no-argb or --check). Can be repeated.

But using multiple -a does not provide the expected result. If you run awmtt start -a --version -a --check the awesome binary will receive --version--check instead of --version --check (note the extra space).

Another solution, and probably the easiest, is to use quotes to wrap your arguments list. awmtt start -a '--version --check' ¯\(ツ)

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