You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/super/dev.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ var DevCommand = &command.Command{
43
43
Args: cobra.ExactArgs(0),
44
44
Example: "flow dev",
45
45
GroupID: "super",
46
-
Deprecated: "The 'dev' command is deprecated and will be removed in a future release.",
46
+
Deprecated: "The 'dev' command is being deprecated. We recommend forking as a replacement. See: http://developers.flow.com/blockchain-development-tutorials/cadence/emulator-fork-testing",
0 commit comments