#compdef sqlite-prompt-empty
_arguments \
	-s \
	-S \
	'(-h --help)-h[show this help message and exit]' \
	'(-h --help)--help[show this help message and exit]' \
	--id-column=:ID_COLUMN: \
	--name-column=:NAME_COLUMN: \
	--enum \
	:DATABASE:_files \
	:TABLE: \
	:COLUMN:
