File indexing completed on 2025-02-16 05:07:45

0001 #compdef kqml
0002 
0003 # SPDX-FileCopyrightText: 2023 ivan tkachenko <me@ratijas.tk>
0004 #
0005 # SPDX-License-Identifier: GPL-2.0-or-later
0006 
0007 _arguments \
0008   '(-d --domain)'{-d,--domain=}"[The main localization domain]:application's main domain:" \
0009   '(-)'{-h,--help}'[Displays this help]' \
0010   '(-)'{-v,--version}'[Displays version information]' \
0011   '*:files:_files -g "*.qml"'