ls 时备注信息增加空行

This commit is contained in:
Aoran Zeng 2025-08-22 09:39:50 +08:00
parent 16dff95df0
commit 4d70428e35
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -13,24 +13,16 @@
* -------------------------------------------------------------
*
*
* Git commit
* C语言在编译时会无情地把这些信息抹去
* Git commit message
* C语言在编译时会无情地把这些信息抹去
*
*
*
*
*
* 穿
* 广
*
* 西
*
*
*
*
* 穿PC中
* ...
* chsrc recipe 便
* 使
*
*
*
* Richard Stallman GNU MIT
*
@ -38,8 +30,8 @@
*
* ------------------------------------------------------------*/
#define Chsrc_Version "0.2.2.3-dev5"
#define Chsrc_Release_Date "2025/08/21"
#define Chsrc_Version "0.2.2.3-dev6"
#define Chsrc_Release_Date "2025/08/22"
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
@ -336,7 +328,7 @@ cli_print_target_features (Target_t *target, const char *input_target_name)
if (target->note)
{
char *msg = ENGLISH ? "NOTE: " : "备注: ";
printf ("%s%s\n", bdyellow (msg), bdyellow (target->note));
printf ("%s%s\n\n", bdyellow (msg), bdyellow (target->note));
}
}
@ -469,7 +461,7 @@ match_alias_callback (const char *alias, void *user_data)
/**
* @param:input @param:menu target
* `input` `menu` target
* prelude
*
* @param[in] menu menu
@ -529,7 +521,7 @@ typedef enum {
} TargetOp;
/**
* target @param:code
* target `code`
*
* @param input
* @param code target要执行的操作