Skip to content

Commit

Permalink
Move Odoo CLI flags to web command
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Nov 9, 2022
1 parent 816a8d0 commit 99ad868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ func main() {
Usage: "Odoo ERP utility tools for everyday things",
Version: versionInfo.String(),
Flags: []cli.Flag{
newOdooURLFlag(),
newOdooDBFlag(),
newLogLevelFlag(),
},
Commands: []*cli.Command{
Expand Down
2 changes: 2 additions & 0 deletions web_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ func newWebCommand() *cli.Command {
Usage: "Starts the web server",
Action: RunWebServer,
Flags: []cli.Flag{
newOdooURLFlag(),
newOdooDBFlag(),
newSecretKeyFlag(),
newListenAddress(),
newDefaultTimezoneFlag(),
Expand Down

0 comments on commit 99ad868

Please sign in to comment.