cli_manual

This commit is contained in:
chonghe
2023-08-18 08:18:02 +08:00
committed by Tan Chee Keong
parent 1ccc039b25
commit b65697260e
3 changed files with 1453 additions and 0 deletions

View File

@@ -48,3 +48,12 @@ vc=$($CMD vc --help)
# Print all help strings to the cli.txt file.
printf "%s\n\n" "$general" "$a" "$a_validator" "$a_validator_m" "$a_validator_s" "$a_wallet" "$bn" "$boot" "$dm" "$vc" "$wallet" >> cli.txt
# Run the bash script to generate cli_manual.txt
#./cli_manual.sh
# find the difference and create a patch file: https://www.techtarget.com/searchdatacenter/tip/An-introduction-to-using-diff-and-patch-together
diff -u cli_manual.txt cli.txt > patchfile.patch
# update cli_manual.sh
patch cli_manual.txt patchfile.patch