about summary refs log tree commit diff
path: root/Completion/X/_x_name
blob: 692e567362a8f8c89cf5165cc145ae136c966581 (plain) (blame)
1
2
3
4
5
6
7
#autoload

if (( $# )); then
  _message "$2"
else
  _message 'name'
fi