Skip to content

Commit

Permalink
add "show-channels" param
Browse files Browse the repository at this point in the history
  • Loading branch information
fredex42 committed Jun 12, 2024
1 parent 45bea49 commit 5c27188
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ trait ShowParameters[Owner <: Parameters[Owner]] extends Parameters[Owner] { thi
def showStats = BoolParameter("show-stats")
def showAliasPaths = BoolParameter("show-alias-paths")
def showSchemaOrg = BoolParameter("show-schemaorg")
def showChannels = StringParameter("show-channels")
}

trait ShowReferencesParameters[Owner <: Parameters[Owner]] extends Parameters[Owner] { this: Owner =>
Expand Down

0 comments on commit 5c27188

Please sign in to comment.