Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/lib/valid-search.sh
blob: 43799a5f5474cc66b5948e25bdbf5c6bebc31713 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/hint/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
:

# shellcheck disable=2034
valid_search_output_format=(
	pretty
	plain
	json
)