chewing-cli-init-database(1) General Commands Manual NAME chewing-cli-init-database - Create a new dictionary file SYNOPSIS chewing-cli init-database [-t|--db-type] [-n|--name] [-c|--copyright] [-l|--license] [-r|--version] [-u|--usage] [-s|--skip-invalid] [--fix] [--csv] [-h|--help] DESCRIPTION Create a new dictionary file OPTIONS -t, --db-type [default: trie] Choose the underlying database implementation Possible values: o trie o sqlite -n, --name [default: ] Name of the phrase dictionary -c, --copyright [default: Unknown] Copyright information of the dictionary -l, --license [default: Unknown] License information of the dictionary -r, --version [default: 1.0.0] Version of the dictionary -u, --usage [default: unknown] The usage type of the dictionary -s, --skip-invalid Skip invalid lines --fix Attempt to fix simple spelling errors --csv Read the dictionary source as CSV with header -h, --help Print help Path to the dictionary source file Path to the output file init-database chewing-cli-init-database(1)