Skip to content

Commit

Permalink
Merge pull request #1141 from k1LoW/make-flags-internal
Browse files Browse the repository at this point in the history
Move flags to internal/flags
  • Loading branch information
k1LoW authored Dec 31, 2024
2 parents 20c804c + 2b0e46c commit 91c22b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package cmd
import (
"os"

"github.com/k1LoW/runn/flags"
"github.com/k1LoW/runn/internal/flags"
"github.com/k1LoW/runn/version"
"github.com/spf13/cobra"
)
Expand Down
File renamed without changes.

0 comments on commit 91c22b5

Please sign in to comment.