Skip to content

Commit

Permalink
Removed --title flag
Browse files Browse the repository at this point in the history
  • Loading branch information
slashtechno authored Jun 19, 2024
1 parent dba4608 commit e9bd786
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Flags:
--google-client-secret string Google OAuth client secret
--google-refresh-token string Google OAuth refresh token
-h, --help help for publish
-t, --title string Specify custom title instead of using the default
Global Flags:
--config string config file path (default "config.toml")
Expand Down
2 changes: 1 addition & 1 deletion cmd/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ var publishCmd = &cobra.Command{

func init() {
RootCmd.AddCommand(publishCmd)
publishCmd.Flags().StringP("title", "t", "", "Specify custom title instead of using the default")
// publishCmd.Flags().StringP("title", "t", "", "Specify custom title instead of using the default")
publishCmd.Flags().BoolP("dry-run", "r", false, "Don't actually publish")
publishCmd.Flags().String("google-client-id", "", "Google OAuth client ID")
publishCmd.Flags().String("google-client-secret", "", "Google OAuth client secret")
Expand Down

0 comments on commit e9bd786

Please sign in to comment.