-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
It would be extremely useful nice if this tool could provide a unified interactive command line interface across unix for most frequent commands.
For example, below is my typical session in unix environment (and the reason why I am here through PyPI) - I am trying to see a list of all human users on the system:
~# users
root
~# users -h
users: invalid option -- 'h'
Try `users --help' for more information.
~# users -help
users: invalid option -- 'h'
Try `users --help' for more information.
~# users -help
users: invalid option -- 'h'
Try `users --help' for more information.
~# users --help
Usage: users [OPTION]... [FILE]
Output who is currently logged in according to FILE.
If FILE is not specified, use /var/run/utmp. /var/log/wtmp as FILE is common.
--help display this help and exit
--version output version information and exit
Report users bugs to [email protected]
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
General help using GNU software: <http://www.gnu.org/gethelp/>
Report users translation bugs to <http://translationproject.org/team/>
For complete documentation, run: info coreutils 'users invocation'
~# man users
...
And it is unsuccessful. What I'd expect is:
# pip install unix
# unix users
root
techtonik
# unix -h
unix users --- list users
# unix users -h
unix users [--all]
options:
--all --- also list system users
Metadata
Metadata
Assignees
Labels
No labels