You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The POSIX standard conventions for usage information specifies that square brackets, "[ ... ]", indicates optional arguments. It looks like most of the utilities are using square brackets to show required arguments. E.g.
usage: m airdrop [ status | on | enable | off | disable | help ]
Is there a plan to change this?
I'm currently working on adding a bunch of modules that I need (taken from a project I made that is similar to yours but using Python, which I now know was a bad choice since it's not in macOS 12.3, and I like yours better anyway). I need to know if I use POSIX usage syntax if my pull requests will be accepted.
The text was updated successfully, but these errors were encountered:
Sorry for leaving this issue open. I have moved away from using m-cli. I like the idea but I need something that will set preferences for other users and it looked like modifying m-cli would be too much work for me to do it. I can close this issue if you'd like, or leave it open as a reminder of something you want to do. It's up to you.
The POSIX
standardconventions for usage information specifies that square brackets, "[ ... ]", indicates optional arguments. It looks like most of the utilities are using square brackets to show required arguments. E.g.Is there a plan to change this?
I'm currently working on adding a bunch of modules that I need (taken from a project I made that is similar to yours but using Python, which I now know was a bad choice since it's not in macOS 12.3, and I like yours better anyway). I need to know if I use POSIX usage syntax if my pull requests will be accepted.
The text was updated successfully, but these errors were encountered: