Skip to content

Commit

Permalink
git: stripspace
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 29, 2023
1 parent 1f05a76 commit 11fd37c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var stripspaceCmd = &cobra.Command{

func init() {
carapace.Gen(stripspaceCmd).Standalone()

stripspaceCmd.Flags().BoolP("comment-lines", "c", false, "prepend comment character and space to each line")
stripspaceCmd.Flags().BoolP("strip-comments", "s", false, "skip and remove all lines starting with comment character")
rootCmd.AddCommand(stripspaceCmd)
Expand Down

0 comments on commit 11fd37c

Please sign in to comment.