1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit-configs.git synced 2025-01-31 04:08:16 +01:00
zinit-configs/NICHOLAS85/zinit/snippets/config/completions/_tlp-stat
vladislav doster 92f7b7ff82
maint: normalize configuration file names to be "zshrc" (#11)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-06-04 07:40:14 -05:00

18 lines
464 B
Text

#compdef tlp-stat
# zsh completions for 'tlp-stat'
# automatically generated with http://github.com/RobSis/zsh-completion-generator
local arguments
arguments=(
{-d,--disk}'[| -e | --pcie |]'
{-g,--graphics}'[| -p | --processor |]'
{-r,--rfkill}'[| -s | --system |]'
{-t,--temp}'[| -u | --usb |]'
{-w,--warn}'[| -v | --verbose |]'
{-P,--pev}'[| | --psup |]'
{-T,--trace}'[]'
'*:filename:_files'
)
_arguments -s $arguments