7
There are numerous user interfaces available for Bazaar.
8
The core package provides a command line tool called **bzr** and
9
graphical user interfaces (GUIs) are available as plug-ins.
16
bzr [global-options] command [options and arguments]
18
Global options affect how Bazaar operates and can appear either
19
before or after ``command``. Command specific options must appear
20
after the command but may be given either before, during or after any
21
command-specific arguments.
26
Some options are legal for all commands as shown below.
28
========== ========= =================
29
Short form Long form Description
30
========== ========= =================
32
-v --verbose be more verbose
33
-q --quiet be more quiet
34
========== ========= =================
36
Quiet mode implies that only errors and warnings are displayed.
37
This can be useful in scripts.
39
Note: Most commands typically only support one level of verbosity though
40
that may change in the future. To ask for a higher level of verbosity,
41
simply specify the -v option multiple times.