Parse user crontab
New option: -u
Can parse a user crontab by disable user check.
Hi there 😃 Is this project still alive ? This PR will be very usefull !
Hi there 😃 Is this project still alive ? This PR will be very usefull !
use my fork ;)
Hi there 😃 Is this project still alive ? This PR will be very usefull !
use my fork ;)
Thank you,
Do you have any usage documentation to share from you fork ?
Currently I just install this tool with pip pip install chkcrontab.
I suppose that I need to install it with another way by you fork ?
Hi there 😃 Is this project still alive ? This PR will be very usefull !
use my fork ;)
Thank you, Do you have any usage documentation to share from you fork ? Currently I just install this tool with pip
pip install chkcrontab. I suppose that I need to install it with another way by you fork ?
clone it and run python3 setup.py install
Doesn't work from my side
chkcrontab cron_file
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.7.11/x64/bin/chkcrontab", line 62, in <module>
main(sys.argv)
File "/opt/hostedtoolcache/Python/3.7.11/x64/bin/chkcrontab", line 43, in main
version=__version__)
TypeError: __init__() got an unexpected keyword argument 'version'
Error: Process completed with exit code 1.
Any idea ?
Sorry, I've just faced this issue too, and fixed it right now.