Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
refactor: Split some functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Aug 11, 2024
1 parent 9b2a907 commit 8c004f4
Show file tree
Hide file tree
Showing 10 changed files with 589 additions and 524 deletions.
2 changes: 1 addition & 1 deletion cmd/arcgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func main() {
if err := arcgen.Run(contexts.WithArgs(context.Background(), os.Args)); err != nil {
if err := arcgen.Run(contexts.WithOSArgs(context.Background(), os.Args)); err != nil {
log.Fatalf("arcgen: %+v", err)
}
}
Loading

0 comments on commit 8c004f4

Please sign in to comment.