Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
72ca57e7
Unverified
Commit
72ca57e7
authored
Mar 27, 2024
by
Adrian Sutton
Committed by
GitHub
Mar 27, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-challenger: Unhide subcommands (#9989)
parent
b2828b84
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
create_game.go
op-challenger/cmd/create_game.go
+0
-1
list_claims.go
op-challenger/cmd/list_claims.go
+0
-1
list_games.go
op-challenger/cmd/list_games.go
+0
-1
move.go
op-challenger/cmd/move.go
+0
-1
resolve.go
op-challenger/cmd/resolve.go
+0
-1
No files found.
op-challenger/cmd/create_game.go
View file @
72ca57e7
...
@@ -81,5 +81,4 @@ var CreateGameCommand = &cli.Command{
...
@@ -81,5 +81,4 @@ var CreateGameCommand = &cli.Command{
Description
:
"Creates a dispute game via the factory"
,
Description
:
"Creates a dispute game via the factory"
,
Action
:
CreateGame
,
Action
:
CreateGame
,
Flags
:
createGameFlags
(),
Flags
:
createGameFlags
(),
Hidden
:
true
,
}
}
op-challenger/cmd/list_claims.go
View file @
72ca57e7
...
@@ -134,5 +134,4 @@ var ListClaimsCommand = &cli.Command{
...
@@ -134,5 +134,4 @@ var ListClaimsCommand = &cli.Command{
Description
:
"Lists the claims in a dispute game"
,
Description
:
"Lists the claims in a dispute game"
,
Action
:
ListClaims
,
Action
:
ListClaims
,
Flags
:
listClaimsFlags
(),
Flags
:
listClaimsFlags
(),
Hidden
:
true
,
}
}
op-challenger/cmd/list_games.go
View file @
72ca57e7
...
@@ -124,5 +124,4 @@ var ListGamesCommand = &cli.Command{
...
@@ -124,5 +124,4 @@ var ListGamesCommand = &cli.Command{
Description
:
"Lists the games created by a dispute game factory"
,
Description
:
"Lists the games created by a dispute game factory"
,
Action
:
ListGames
,
Action
:
ListGames
,
Flags
:
listGamesFlags
(),
Flags
:
listGamesFlags
(),
Hidden
:
true
,
}
}
op-challenger/cmd/move.go
View file @
72ca57e7
...
@@ -95,5 +95,4 @@ var MoveCommand = &cli.Command{
...
@@ -95,5 +95,4 @@ var MoveCommand = &cli.Command{
Description
:
"Creates and sends a move transaction to the dispute game"
,
Description
:
"Creates and sends a move transaction to the dispute game"
,
Action
:
Move
,
Action
:
Move
,
Flags
:
moveFlags
(),
Flags
:
moveFlags
(),
Hidden
:
true
,
}
}
op-challenger/cmd/resolve.go
View file @
72ca57e7
...
@@ -48,5 +48,4 @@ var ResolveCommand = &cli.Command{
...
@@ -48,5 +48,4 @@ var ResolveCommand = &cli.Command{
Description
:
"Resolves the specified dispute game if possible"
,
Description
:
"Resolves the specified dispute game if possible"
,
Action
:
Resolve
,
Action
:
Resolve
,
Flags
:
resolveFlags
(),
Flags
:
resolveFlags
(),
Hidden
:
true
,
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment