1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
=============================
:program:`glare` CLI man page
=============================
.. program:: glare
.. highlight:: bash
SYNOPSIS
========
:program:`glare` [options] <command> [command-options]
:program:`glare help`
:program:`glare help` <command>
DESCRIPTION
===========
OPTIONS
=======
To get a list of available commands and options run::
glare help
To get usage and options of a command::
glare help <command>
EXAMPLES
========
BUGS
====
Glare client is hosted in Launchpad so you can view current bugs at
https://bugs.launchpad.net/python-glareclient/.
|