Added a few comments

Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
Pablo Lezaeta Reyes 2017-07-19 03:14:20 -04:00
parent 83c921ef32
commit dbcff185b4
2 changed files with 4 additions and 1 deletions

View file

@ -1,8 +1,10 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# Compatible with bash dash zsh mksh ksh ksh93 # Compatible with bash dash zsh mksh ksh ksh93
# but not with fish # but not with fish powershell
# problematic with tcsh csh # problematic with tcsh csh
#
# Therefor to ensure it work always this shebang to standard POSIX shell
br=0 # build required br=0 # build required

View file

@ -789,6 +789,7 @@ class PonysayTool():
data['comment'] = '\n'.join(comment) data['comment'] = '\n'.join(comment)
fields = [key for key in data] fields = [key for key in data]
fields.sort() fields.sort()
# List of info fields.
standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND',
'GROUP', 'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', 'GROUP', 'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE',
'AURA', 'DISPLAY', 'BALLOON TOP', 'BALLOON BOTTOM', 'MASTER', 'AURA', 'DISPLAY', 'BALLOON TOP', 'BALLOON BOTTOM', 'MASTER',