mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
in case you want to run ponysay -l | less -r
This commit is contained in:
parent
504a6bd5f5
commit
b66b3b5bfc
1 changed files with 0 additions and 4 deletions
4
ponysay
4
ponysay
|
@ -46,10 +46,6 @@ class Ponysay():
|
||||||
args.help()
|
args.help()
|
||||||
return
|
return
|
||||||
|
|
||||||
if (args.opts['-l'] is not None) and pipelineout:
|
|
||||||
args.opts['--onelist'] = args.opts['-l']
|
|
||||||
args.opts['-l'] = None
|
|
||||||
|
|
||||||
if args.opts['-h'] is not None: args.help()
|
if args.opts['-h'] is not None: args.help()
|
||||||
elif args.opts['--quoters'] is not None: self.quoters()
|
elif args.opts['--quoters'] is not None: self.quoters()
|
||||||
elif args.opts['--onelist'] is not None: self.onelist()
|
elif args.opts['--onelist'] is not None: self.onelist()
|
||||||
|
|
Loading…
Reference in a new issue