Skip to content

Commit

Permalink
do not generate CLI code that uses opa from path
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaykm committed Oct 29, 2024
1 parent 6cf5f47 commit 55c894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/cli/gencli.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CommandLine execution context.
`pipelineopts`: keyword arguments that should be used to further customize the `pipeline` creation
\"\"\"
Base.@kwdef struct CommandLine
exec::Base.Function = ()->`opa`
exec::Base.Function = ()->``
cmdopts::OptsType = OptsType()
pipelineopts::OptsType = OptsType()
runopts::OptsType = OptsType()
Expand Down

0 comments on commit 55c894d

Please sign in to comment.