cmdinfo(1) - LynxBot manual
NAME
cmdinfo - show information about a custom command
SYNOPSIS
$cmdinfo [-acCmu] CMD
DESCRIPTION
cmdinfo prints various information about the custom command CMD.
The information shown includes the creation time, creator, most recent modification time, most recent access time and number of uses.
By default, when no options are specified, cmdinfo will print all the information about the command. If, however, any of the options are given, only those pieces of data will be printed.
OPTIONS
- -a, --atime
- print most recent access time
- -c, --ctime
- print the creation time
- -C, --creator
- print the name of the person who created the command
- --help
- print brief description and usage information
- -m, --mtime
- print the most recent modification time
- -u, --uses
- print the number of uses
EXAMPLES
Prints all information about the custom command 'ahk':
$cmdinfo ahk
Prints the creator, most recent access time and number of uses of the custom command 'hexis':
$cmdinfo -Cau hexis
SEE ALSO
cgrep(1), addcom(2), delcom(2), editcom(2), Custom Commands(3), customcmds.json(4)