File indexing completed on 2024-05-19 05:29:33

0001 #compdef kde-inhibit
0002 
0003 # SPDX-FileCopyrightText: 2023 ivan tkachenko <me@ratijas.tk>
0004 #
0005 # SPDX-License-Identifier: GPL-2.0-or-later
0006 
0007 _arguments -s \
0008   '(- *)'{-h,--help}'[Displays help on commandline options]' \
0009   '--power[Inhibit power management]' \
0010   '--screenSaver[Inhibit screensaver]' \
0011   '--colorCorrect[Inhibit colour correction (night mode)]' \
0012   '--notifications[Inhibit notifications (Do not disturb)]' \
0013   ':program: _command_names -e' \
0014   '*::program arguments: _normal'