mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-10-08 23:22:21 +02:00
add yay as magic command for pacman (#657)
yay is a popular pacman wrapper that adds extra functionality to standard pacman. It has the same output format as pacman. Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
This commit is contained in:
@@ -186,7 +186,7 @@ class info():
|
||||
author_email = 'kellyjonbrazil@gmail.com'
|
||||
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']
|
||||
tags = ['command', 'file']
|
||||
magic_commands = ['pacman']
|
||||
magic_commands = ['pacman', 'yay']
|
||||
|
||||
|
||||
__version__ = info.version
|
||||
|
Reference in New Issue
Block a user