mirror of
https://github.com/erkin/ponysay
synced 2024-11-10 05:44:16 +00:00
Added a few comments
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
parent
83c921ef32
commit
dbcff185b4
2 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# Compatible with bash dash zsh mksh ksh ksh93
|
||||
# but not with fish
|
||||
# but not with fish powershell
|
||||
# problematic with tcsh csh
|
||||
#
|
||||
# Therefor to ensure it work always this shebang to standard POSIX shell
|
||||
|
||||
|
||||
br=0 # build required
|
||||
|
|
|
@ -789,6 +789,7 @@ class PonysayTool():
|
|||
data['comment'] = '\n'.join(comment)
|
||||
fields = [key for key in data]
|
||||
fields.sort()
|
||||
# List of info fields.
|
||||
standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND',
|
||||
'GROUP', 'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE',
|
||||
'AURA', 'DISPLAY', 'BALLOON TOP', 'BALLOON BOTTOM', 'MASTER',
|
||||
|
|
Loading…
Reference in a new issue