Skip to main content

command

The root datalayer command.\n\nThis does nothing other than dispatch to subcommands or output path info.

DatalayerParser Objects

class DatalayerParser(argparse.ArgumentParser)

A Datalayer argument parser.

epilog

@property
def epilog()

Add subcommands to epilog on request\n\nAvoids searching PATH for subcommands unless help output is requested.

epilog

@epilog.setter
def epilog(x)

Ignore epilog set in Parser.init

argcomplete

def argcomplete()

Trigger auto-completion, if enabled

datalayer_parser

def datalayer_parser() -> DatalayerParser

Create a datalayer parser object.

list_subcommands

def list_subcommands() -> List[str]

"List all datalayer subcommands\n\nsearches PATH for datalayer-name\n\nReturns a list of datalayer's subcommand names, without the datalayer- prefix.\nNested children (e.g. datalayer-sub-subsub are not included.")

main

def main() -> None

The command entry point.