vvvrelease/0.2.11 #52
grisuno
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Full Changelog: vvvrelease/0.2.9...vvvrelease/0.2.11
extract_ports
Extracts open ports and IP address information from a specified file.
This function performs the following actions:
Parameters:
line (str): The port to get information.
Returns:
None
cron
Schedules a command to run at a specified time.
This function allows users to schedule a command to execute at a specific hour and minute.
If the specified time has already passed for the current day, the command will be scheduled
to run the following day.
Usage:
cron HH:MM command [args]
Parameters:
line (str): The input string containing the scheduled time in 'HH:MM' format followed by the command and arguments.
Returns:
None
This discussion was created from the release vvvrelease/0.2.11.
Beta Was this translation helpful? Give feedback.
All reactions