NorfairKing / bevel

Other
37 stars 3 forks source link

Trailing spaces #9

Open ursi opened 3 months ago

ursi commented 3 months ago

Currently, commands with trailing spaces a differentiated from each other. This often results in me getting two copies of short commands - one where I type it out (no trailing space) and one where I used tab completion (1 trailing space). Can you think of any reason to preserve trailing spaces? I can't personally. If we can't come up with anything, I vote they be removed.

NorfairKing commented 3 months ago

No objections from me in practice. In theory stripping spaces is slower (good luck writing that in C btw!) and some shells might consider it a different command (but I don't care).