ths_compat
ths_compat¶
Maintain hazard compatability calculation metadata.
Usage:
ths_compat [OPTIONS] COMMAND [ARGS]...
Options:
  --help  Show this message and exit.
add¶
Create a new hazard calculation compatability entry
unique_id: a unique string ID.
Usage:
ths_compat add [OPTIONS] UNIQUE_ID
Options:
  -N, --notes TEXT  optional notes about the item
  --help            Show this message and exit.
delete¶
Delete an existing hazard calculation compatability entry
unique_id: a unique string ID.
Usage:
ths_compat delete [OPTIONS] UNIQUE_ID
Options:
  --help  Show this message and exit.
ls¶
List the hazard calculation compatability items.
Usage:
ths_compat ls [OPTIONS]
Options:
  -v, --verbose
  --help         Show this message and exit.
update¶
Update existing hazard calculation compatability notes.
unique_id: a unique string ID.
Usage:
ths_compat update [OPTIONS] UNIQUE_ID
Options:
  -N, --notes TEXT  notes about the item  [required]
  --help            Show this message and exit.