//! For example:
//!
//! ```text
-//! $ PASSWORD=$(gpg -d pw-cvmigrator.gpg) candlevec init-database
+//! $ export PASSWORD=$(gpg -d pw-cvmigrator.gpg)
+//! $ candlevec init-database
//! maybe creating the database
//! database vsearch exists already
//! maybe creating database objects
//! table (not superuser).
//!
//! ```text
-//! $ PASSWORD=$(gpg -d pw-cvmigrator.gpg) candlevec index --file testdata/0
+//! $ export PASSWORD=$(gpg -d pw-cvmigrator.gpg)
+//! $ candlevec index --file testdata/0
//! indexing a file
//! Loaded and encoded 59.479µs
//! Took 14.982262ms
-//! $ PASSWORD=$(gpg -d pw-cvmigrator.gpg) candlevec index --file testdata/1
+//! $ candlevec index --file testdata/1
//! ...
-//! $ PASSWORD=$(gpg -d pw-cvmigrator.gpg) candlevec index --file testdata/2
+//! $ candlevec index --file testdata/2
//! ...
//! ```
//!
//! superuser).
//!
//! ```text
-//! $ PASSWORD=$(gpg -d pw-cvmigrator.gpg) candlevec search --search feline
+//! $ export PASSWORD=$(gpg -d pw-cvmigrator.gpg)
+//! $ candlevec search --search feline
//! searching for document matches
//! Loaded and encoded 49.306µs
//! Took 14.452557ms