JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
io.jooby.cli.Context
Uses of
Context
in
io.jooby.cli
Methods in
io.jooby.cli
with parameters of type
Context
Modifier and Type
Method
Description
void
Cli.
run
(
Context
ctx)
abstract void
Cmd.
run
(
Context
context)
Run a command.
void
CreateCmd.
run
(
Context
ctx)
void
ExitCmd.
run
(
Context
ctx)
void
SetCmd.
run
(
Context
ctx)
void
Cmd.
setContext
(
Context
context)
Set command context.