Skip to content

Commit

Permalink
Remove unused/incorrect compute flag (#401)
Browse files Browse the repository at this point in the history
seaneganx authored Dec 7, 2021
1 parent 5d8e975 commit 363a050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/registry/cmd/compute/compute.go
Original file line number Diff line number Diff line change
@@ -37,6 +37,5 @@ func Command(ctx context.Context) *cobra.Command {
cmd.AddCommand(vocabularyCommand(ctx))

cmd.PersistentFlags().String("filter", "", "Filter selected resources")
cmd.PersistentFlags().String("something", "", "desc")
return cmd
}

0 comments on commit 363a050

Please sign in to comment.