Commit 72ca57e7 authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-challenger: Unhide subcommands (#9989)

parent b2828b84
......@@ -81,5 +81,4 @@ var CreateGameCommand = &cli.Command{
Description: "Creates a dispute game via the factory",
Action: CreateGame,
Flags: createGameFlags(),
Hidden: true,
}
......@@ -134,5 +134,4 @@ var ListClaimsCommand = &cli.Command{
Description: "Lists the claims in a dispute game",
Action: ListClaims,
Flags: listClaimsFlags(),
Hidden: true,
}
......@@ -124,5 +124,4 @@ var ListGamesCommand = &cli.Command{
Description: "Lists the games created by a dispute game factory",
Action: ListGames,
Flags: listGamesFlags(),
Hidden: true,
}
......@@ -95,5 +95,4 @@ var MoveCommand = &cli.Command{
Description: "Creates and sends a move transaction to the dispute game",
Action: Move,
Flags: moveFlags(),
Hidden: true,
}
......@@ -48,5 +48,4 @@ var ResolveCommand = &cli.Command{
Description: "Resolves the specified dispute game if possible",
Action: Resolve,
Flags: resolveFlags(),
Hidden: true,
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment