diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-06-19 18:54:38 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-06-19 18:54:38 -0400 |
| commit | 14994e26df072a6d154c053d7c8c3c80273a4d7b (patch) | |
| tree | 29bb248ba6930c05194bed69df3eb6b29206f88d /README.md | |
| parent | e8020d1ec67c3f6e2e645ba80039d30db45950a9 (diff) | |
Change how birka-cli finds the tag database.
There are now two options for specifying a path, in order of precedence:
* `-o`, or `--output` command-line arguments.
* The `TB_PATH` environment variable.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -65,6 +65,13 @@ $ birka-cli query ... ``` +The tag database is stored in a file, and the path of that file is dependent on +how the program is invoked. If, when parsing the command-line arguments, +`birka-cli` sees a `-o` or `--output` argument, the path following that argument +will be used. Alternatively, the `TB_PATH` environment variable can be +specified, but `-o` takes a higher precedence. If neither are specified, +"birka.db" in the current directory is used. + ### Web-Interface (API) The web interface for бирка-тян exposes a RESTful API for remotely interacting |