Skip to content

Conversation

@lhaagsma
Copy link
Contributor

Aims to close ticket: #1512

@qmadev
Copy link
Contributor

qmadev commented Jan 22, 2026

Are you adding this functionality to acquire as well?

@lhaagsma
Copy link
Contributor Author

I'm not sure how often this would be relevant for acquire, because if you are investigating such a complex system, you are probably better off with a full image. But i'll create a ticket for it.

cls, paths: str | Path | list[str | Path], include_children: bool = False, *, apply: bool = True
cls,
paths: str | Path | list[str | Path],
include_children: bool = False,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we can move this and recursive past the * (keyword argument only), or if that will break anything.

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.

Args --children is not recursive and --recursive does not apply to --children

3 participants