Usage: keep mappings create [OPTIONS] Create a mapping rule.Options: -n, --name TEXT The name of the mapping. [required] -d, --description TEXT The description of the mapping. -f, --file PATH The mapping file. Must be a CSV file. [required] -m, --matchers TEXT The matchers of the mapping, as a comma- separated list of strings. [required] -p, --priority INTEGER RANGE The priority of the mapping, higher priority means this rule will execute first. [0<=x<=100] --help Show this message and exit.