-
Notifications
You must be signed in to change notification settings - Fork 38
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
A couple minor DIR issue #65
Comments
1/ I raised a PR to remove the non-existent /V option from the string files. 2/ From what I can see all freecom option switches work like a toggle. For example
I can't really see a use for toggling, but others may know better? |
Option toggling. Not all options do it. For example Although it may not be important, for things like Also, MS-DOS does not toggle them. Since it varies from MS-DOS compatibility, perhaps toggling should discussed in the devel forum. I'll write a quick post about it there. |
Reopened as the toggling part of the issue has not been addressed yet. |
First ...
DIR /? - Shows an [/V] in the usage.
DIR /V - returns invalid switch - /V
Second...
DIR /W - Shows wide Listing
DIR /W /W - Shows normal Listing
DIR /W /W /W - Shows wide Listing
/W is working like a toggle.
The text was updated successfully, but these errors were encountered: