General information
configpile
API
Bases: abc.ABC
abc.ABC
A handler for command-line arguments
Methods
handle
Processes arguments, possibly updating the state or returning errors
List of members of CLHandler
args (Sequence[str]) – Command-line arguments not processed yet
Sequence
str
state (State) – (Mutable) state to possibly update
State
Tuple[Sequence[str], Optional[Err]]
Tuple
Optional
Err
The updated command-line and an optional error
previous
CLConfigParam
next
CLInserter