Skip to content

Commit

Permalink
Fix link-then-start command to have correct flags (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-suri authored and agouin committed Feb 1, 2023
1 parent 917c237 commit 27b3807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,10 @@ $ %s tx link-then-start demo-path --timeout 5s`, appName, appName)),
cmd = channelParameterFlags(a.Viper, cmd)
cmd = overrideFlag(a.Viper, cmd)
cmd = memoFlag(a.Viper, cmd)
cmd = debugServerFlags(a.Viper, cmd)
cmd = initBlockFlag(a.Viper, cmd)
cmd = processorFlag(a.Viper, cmd)
cmd = updateTimeFlags(a.Viper, cmd)
return cmd
}

Expand Down

0 comments on commit 27b3807

Please sign in to comment.