Add header for spt
This commit is contained in:
parent
5897d5e7af
commit
88e498fc1c
14
src/_spt
14
src/_spt
|
@ -1,4 +1,18 @@
|
||||||
#compdef spt
|
#compdef spt
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Description
|
||||||
|
# -----------
|
||||||
|
#
|
||||||
|
# Completion script for the spt (spotify-tui) command (Revision 12)
|
||||||
|
# (https://github.com/Rigellute/spotify-tui)
|
||||||
|
#
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Authors
|
||||||
|
# -------
|
||||||
|
#
|
||||||
|
# * Abhishek Keshri <iam2kabhishek@gmail.com>
|
||||||
|
#
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
autoload -U is-at-least
|
autoload -U is-at-least
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue