Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 395 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 395 Bytes

clilib

clilib is a library for the emulating command line commands.

usage

from clilib import *

print uname()
print uname('-a')
print man('uname')
print echo('test')
print whoami('root')

More details and the latest updates can be found on the GitHub Project Page.