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

Support python direct call _parse_args or run #738

Closed
wants to merge 1 commit into from

Conversation

zoumingzhe
Copy link
Contributor

For example:

>>> from podman_compose import podman_compose
>>> podman_compose._parse_args(['version'])
>>> podman_compose.run(['help'])

For example:
```
>>> from podman_compose import podman_compose
>>> podman_compose._parse_args(['version'])
>>> podman_compose.run(['help'])
```

Signed-off-by: Mingzhe Zou <zoumingzhe@qq.com>
@zoumingzhe
Copy link
Contributor Author

podman-compose does not provide api, this is an easy way for python to run podman-compose commands

@zoumingzhe
Copy link
Contributor Author

@muayyad-alsadi Can you help review and merge it? Thanks.

@p12tic
Copy link
Collaborator

p12tic commented Jul 15, 2024

Looks like this got merged via #1000. Sorry for missing this PR and making you wait.

@p12tic p12tic closed this Jul 15, 2024
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.

None yet

2 participants