Skip to content

Commit

Permalink
Merge pull request #15 from tkuchiki/remove-options-that-does-not-wor…
Browse files Browse the repository at this point in the history
…k-from-diff-command

Remove unnecessary options from the diff command
  • Loading branch information
tkuchiki authored Dec 4, 2023
2 parents a743ab8 + 595b3bf commit a55baab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/slp/cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ func (f *flags) defineDiffOptions(cmd *cobra.Command) {
f.defineFilters(cmd)
f.definePercentiles(cmd)
f.definePage(cmd)
f.defineBundleWhereIN(cmd)
f.defineBundleValues(cmd)
f.defineNoAbstract(cmd)
}

func (f *flags) definePGOptions(cmd *cobra.Command) {
Expand Down

0 comments on commit a55baab

Please sign in to comment.