Skip to content

Conversation

kristoff3r
Copy link

@kristoff3r kristoff3r commented Sep 26, 2025

Using .split(' ') for cli arguments causes extra whitespace to become extra arguments, and "".split(' ') returns the empty string instead of nothing. Using split_whitespace() fixes both of these problems.

Using .split(' ') for cli arguments causes extra whitespace to become extra
arguments, and "".split(' ') returns the empty string instead of nothing.
Using split_whitespace() fixes both of these problems.
@kristoff3r kristoff3r requested a review from a team as a code owner September 26, 2025 09:00
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