New Documentation of Petals CLI-Command Line Interface

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (8)

View Page History
This file contains a set of keys in several sections:
* section 'Global preferences':
** *default.alias*: *alias.default*: the default alias to use (required).
** *user.lang*: the language to use in Petals CLI.
*** This property is optional. If not set, OS settings are used. If the OS language setting is not supported, then English is used.
{quote}
# The default server / connection
default.alias = server1
alias.default = default

# The connection properties of the 1st server
server1.alias = server1
server1.host default.host = localhost
server1.port default.port = 7700
server1.user default.user = petals
server1.password default.password = petals
{quote}