InputOnlyArgumentParser

class lsst.pipe.base.InputOnlyArgumentParser(name, usage='%(prog)s input [options]', **kwargs)

Bases: lsst.pipe.base.ArgumentParser

ArgumentParser for command-line tasks that don’t write any output.

Attributes Summary

requireOutput

Attributes Documentation

requireOutput = False