Skip to content

Commit

Permalink
Don't take any arg for scan command. (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Feb 16, 2022
1 parent 65d83a8 commit 3e863a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/jag/commands/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func ScanCmd() *cobra.Command {
Short: "Scan for Jaguar devices",
Long: "Scan for Jaguar devices by listening for UDP packets broadcasted by the devices.\n" +
"To use a Jaguar device, you need to be on the same network as the device.",
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
ctx := cmd.Context()
cfg, err := directory.GetWorkspaceConfig()
Expand Down

0 comments on commit 3e863a3

Please sign in to comment.