Update 'clear' argument

This commit is contained in:
2024-01-28 21:20:05 +01:00
parent 6aefd6bd92
commit e9017047cd

View File

@@ -77,6 +77,8 @@ if __name__ == '__main__':
help='Break duration', default=5)
parser.add_argument('-r', '--repeats', type=int,
help='Numer of sessions', default=1)
parser.add_argument('-c', '--clear', action='store_true',
help='Clear timer')
args = parser.parse_args()