Skip to content

Commit

Permalink
run format
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Aug 22, 2024
1 parent 02714a1 commit 375e64c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ func init() {
inspectCmd.Flags().BoolVarP(&details, "details", "", false, "print all details of lab containers")
inspectCmd.Flags().StringVarP(&inspectFormat, "format", "f", "table", "output format. One of [table, json]")
inspectCmd.Flags().BoolVarP(&all, "all", "a", false, "show all deployed containerlab labs")
inspectCmd.Flags().BoolVarP(&wide, "wide", "w", false, "also more details about a lab and its nodes")
inspectCmd.Flags().BoolVarP(&wide, "wide", "w", false,
"also more details about a lab and its nodes")
}

func inspectFn(_ *cobra.Command, _ []string) error {
Expand Down

0 comments on commit 375e64c

Please sign in to comment.