From 62d678122a251812cd650845705ca7b9efcef86d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 27 Oct 2020 11:10:49 -0700 Subject: [PATCH] Documentation for --silent, refs #173 --- docs/cli.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli.rst b/docs/cli.rst index 40d0f77..54591cc 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -360,6 +360,8 @@ Data is expected to be encoded as Unicode UTF-8. If your data is an another char $ sqlite-utils insert dogs.db dogs docs.tsv --tsv --encoding=latin-1 +A progress bar is displayed when inserting data from a file. You can hide the progress bar using the ``--silent`` option. + .. _cli_insert_replace: Insert-replacing data