maelstrom-client-cli 0.5.0

CLI for submitting jobs to Maelstrom clusters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Example config for maelstrom-client-cli.
#
# Save this as .cache/maelstrom-client-cli.toml or wherever you specify the
# config file using the --config-file or -c option.

# The host and port of the broker.
#
# Can also be specified via the `--broker` or `-b` command-line options, or via
# the MAELSTROM_CLIENT_CLI_BROKER environment variable.
#
# There is no default. This option must be specified.
#
# Examples:
# broker = "localhost:1234"
# broker = "127.0.0.1:1234"
broker = "[::1]:1234"