cmd/t/a.go 🔗
@@ -153,7 +153,7 @@ func runAddTasks(cmd *cobra.Command, _ []string) error {
}
if addedCount == 1 {
- _, _ = fmt.Fprintln(cmd.OutOrStdout(), "Added")
+ _, _ = fmt.Fprintf(cmd.OutOrStdout(), "Added %s\n", lastUpdated.ID)
return nil
}