lib, docs: Small cleanups
Formatting and removing of old docs.
This commit is contained in:
@@ -364,27 +364,11 @@ collision with this globally defined semaphore. The size value must be greater
|
|||||||
than zero at this time. The traditional non-parallel execution found in config
|
than zero at this time. The traditional non-parallel execution found in config
|
||||||
management tools such as `Puppet` can be obtained with `--sema 1`.
|
management tools such as `Puppet` can be obtained with `--sema 1`.
|
||||||
|
|
||||||
#### `--allow-interactive`
|
|
||||||
|
|
||||||
Allow interactive prompting for SSH passwords if there is no authentication
|
|
||||||
method that works.
|
|
||||||
|
|
||||||
#### `--ssh-priv-id-rsa`
|
#### `--ssh-priv-id-rsa`
|
||||||
|
|
||||||
Specify the path for finding SSH keys. This defaults to `~/.ssh/id_rsa`. To
|
Specify the path for finding SSH keys. This defaults to `~/.ssh/id_rsa`. To
|
||||||
never use this method of authentication, set this to the empty string.
|
never use this method of authentication, set this to the empty string.
|
||||||
|
|
||||||
#### `--cconns`
|
|
||||||
|
|
||||||
The maximum number of concurrent remote ssh connections to run. This defaults
|
|
||||||
to `0`, which means unlimited.
|
|
||||||
|
|
||||||
#### `--no-caching`
|
|
||||||
|
|
||||||
Don't allow remote caching of the remote execution binary. This will require
|
|
||||||
the binary to be copied over for every remote execution, but it limits the
|
|
||||||
likelihood that there is leftover information from the configuration process.
|
|
||||||
|
|
||||||
#### `--prefix <path>`
|
#### `--prefix <path>`
|
||||||
|
|
||||||
Specify a path to a custom working directory prefix. This directory will get
|
Specify a path to a custom working directory prefix. This directory will get
|
||||||
|
|||||||
@@ -54,8 +54,8 @@ func CLI(cliArgs *CLIArgs) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// All of these flags can be accessed in your GAPI implementation with
|
// All of these flags can be accessed in your GAPI implementation with
|
||||||
// the `c.Lineage()[1].Type` and `c.Lineage()[1].IsSet` functions. Their own
|
// the `c.Lineage()[1].Type` and `c.Lineage()[1].IsSet` functions. Their
|
||||||
// flags can be accessed with `c.Type` and `c.IsSet` directly.
|
// own flags can be accessed with `c.Type` and `c.IsSet` directly.
|
||||||
runFlags := []cli.Flag{
|
runFlags := []cli.Flag{
|
||||||
// common flags which all can use
|
// common flags which all can use
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user