ianmiell / shutit

Automation framework for programmers
http://ianmiell.github.io/shutit/
MIT License
2.15k stars 110 forks source link

Apply / make sure these are applied to shutit run #321

Open ianmiell opened 6 years ago

ianmiell commented 6 years ago
sub_parsers[action].add_argument('o','-logfile',default='',help='Log output to this file')

sub_parsers[action].add_argument('--nocolor', help='Remove colorization from ShutIt', default=False, action='store_const', const=True)

sub_parsers[action].add_argument('d','-delivery', help='Delivery method, aka target. "docker" container (default)', default=None, choices=('docker','dockerfile','bash'))