SecretList
class ScalaCommand[ListSecretsOptions]
trait CommandHelpers
trait NeedsArgvCommand
class Command[ListSecretsOptions]
class CaseApp[ListSecretsOptions]
class Object
trait Matchable
class Any
SecretList.type
Type members
Inherited classlikes
Value members
Concrete methods
def list(repoOrg: String, repoName: String, token: Secret[String], backend: SttpBackend[Identity, Any], logger: Logger): Either[GitHubApiError, SecretList]
Inherited methods
The actual sub-command name that was used. If the sub-command name is a list of strings, space is used as the separator. If argvOpt hasn't been defined, it defaults to name.
The actual sub-command name that was used. If the sub-command name is a list of strings, space is used as the separator. If argvOpt hasn't been defined, it defaults to name.
- Inherited from:
- ScalaCommand
Print scalac
output if passed options imply no inputs are necessary and raw scalac
output
is required instead. (i.e. --scalac-option -help
)
Print scalac
output if passed options imply no inputs are necessary and raw scalac
output
is required instead. (i.e. --scalac-option -help
)
- Value parameters:
- options
command options
- Inherited from:
- ScalaCommand
Inherited fields
Implicits
Inherited implicits
final implicit def EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T]): EitherBuildExceptionOps[E, T]
- Inherited from:
- CommandHelpers