Skip to content

Commit

Permalink
cli: add revenue command
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Feb 23, 2024
1 parent ddcf5e0 commit 3abe575
Show file tree
Hide file tree
Showing 3 changed files with 852 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lspd_revenue_cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func main() {
}
app.Commands = []cli.Command{
exportForwardsCommand,
revenueCommand,
}
if err := app.Run(os.Args); err != nil {
log.Fatal(err)
Expand Down
Loading

0 comments on commit 3abe575

Please sign in to comment.