File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11---
22title : Add 'u' alias for 'beans update'
3- status : todo
3+ status : completed
44type : feature
55priority : normal
66created_at : 2025-12-12T22:39:31Z
7- updated_at : 2025-12-12T23:04:38Z
7+ updated_at : 2025-12-12T23:22:29Z
88parent : beans-xnp8
99---
1010
Original file line number Diff line number Diff line change 3030)
3131
3232var updateCmd = & cobra.Command {
33- Use : "update <id>" ,
34- Short : "Update a bean's properties" ,
35- Long : `Updates one or more properties of an existing bean.` ,
33+ Use : "update <id>" ,
34+ Aliases : []string {"u" },
35+ Short : "Update a bean's properties" ,
36+ Long : `Updates one or more properties of an existing bean.` ,
3637 Args : cobra .ExactArgs (1 ),
3738 RunE : func (cmd * cobra.Command , args []string ) error {
3839 ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments