diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-21 16:21:35 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-21 16:21:35 +0200 |
commit | b66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b (patch) | |
tree | 8f2862f1bc4d287725899f9598b2dcd336f86126 /ponysay | |
parent | 504a6bd5f5a13d19fee54fcbec537bdab983e2ba (diff) | |
download | ponysay-b66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b.tar.gz ponysay-b66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b.tar.bz2 ponysay-b66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b.zip |
in case you want to run `ponysay -l | less -r`
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -46,10 +46,6 @@ class Ponysay(): args.help() 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() elif args.opts['--quoters'] is not None: self.quoters() elif args.opts['--onelist'] is not None: self.onelist() |