Skip to content

Commit f247bed

Browse files
justinabrahmsclaude
andcommitted
Add 'status' as alias for 'check' command
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a28285d commit f247bed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cmd_check.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ type overdueContact struct {
2323

2424
func init() {
2525
rootCmd.AddCommand(&cobra.Command{
26-
Use: "check",
27-
Short: "Show overdue contacts",
26+
Use: "check",
27+
Aliases: []string{"status"},
28+
Short: "Show overdue contacts",
2829
RunE: func(cmd *cobra.Command, args []string) error {
2930
cfg, err := loadConfig()
3031
if err != nil {

0 commit comments

Comments
 (0)