We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df44d15 commit 584d657Copy full SHA for 584d657
cli/cli_test.go
@@ -25,7 +25,7 @@ import (
25
"strings"
26
"testing"
27
28
- "github.com/arduino/arduino-cli/commands/root"
+ "github.com/arduino/arduino-cli/cli/root"
29
paths "github.com/arduino/go-paths-helper"
30
"github.com/bouk/monkey"
31
"github.com/stretchr/testify/assert"
commands/root/root.go renamed to cli/root/root.go
main.go
@@ -21,7 +21,7 @@ import (
21
"os"
22
23
"github.com/arduino/arduino-cli/cli"
24
"github.com/arduino/arduino-cli/common/formatter"
)
0 commit comments