mandatory true/false #83
Unanswered
joaociocca
asked this question in
Help Q&A
Replies: 1 comment
-
On this, I completely agree that providing
I chose 1 because that was easier to reason about. There might be workarounds for this so I'll definitely merge PRs fixing this or implement that myself if I find a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
so I'm back at using this to see if I can fully replace my
ls
usage with it... but I feel the mandatory need to supply "true" to be bit heavy. I mean, if I typepls -g
shouldn't it be the same aspls --grid true
or even justpls --grid
?I want to bring attention to the mandatory part. I think there may be times when setting to false may be useful, and so a
--grid false
would stand... but as a user, I don't understand the need fortrue
.Beta Was this translation helpful? Give feedback.
All reactions