Skip to content

p4a command update - #2039

Open
WHG555 wants to merge 1 commit into
kivy:masterfrom
WHG555:master
Open

p4a command update#2039
WHG555 wants to merge 1 commit into
kivy:masterfrom
WHG555:master

Conversation

@WHG555

@WHG555 WHG555 commented May 24, 2026

Copy link
Copy Markdown

When you run this command

buildozer android p4a clean_recipe_build pillow

This function takes as input ['p4a', 'clean_recipe_build', 'pillow']

def run_commands(self, args):

but can't run success.

@AndreMiras

Copy link
Copy Markdown
Member

Thanks for the contribution.
This is covered with that syntax buildozer android p4a -- clean_recipe_build pillow, note the -- forwarding syntax.
Is this PR intended to add support for omitting the -- separator, or were you unaware of the existing syntax? If separator-free invocation is the intended enhancement, it needs to preserve the documented -- form and include tests for both forms.
I'm adding a test to make sure we won't introduce that regression in the future #2045

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.

2 participants