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
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 ?
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.
Sorry, I've just faced this issue too, and fixed it right now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New option: -u
Can parse a user crontab by disable user check.