mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01: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
|
#!/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
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue