diff options
author | mhmdanas <triallax@tutanota.com> | 2023-03-10 21:10:16 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-03-18 19:34:25 +0100 |
commit | d957f7cf9359b426d5b0338bcdd1c778f6e06780 (patch) | |
tree | 5214ee781b38239680435620c4fc0526a9cf0eb3 /_xtools | |
parent | 97eb26d2dd30d36a811feefb3acaf49c4824c837 (diff) | |
download | xtools-d957f7cf9359b426d5b0338bcdd1c778f6e06780.tar.gz xtools-d957f7cf9359b426d5b0338bcdd1c778f6e06780.tar.xz xtools-d957f7cf9359b426d5b0338bcdd1c778f6e06780.zip |
Add xchangelog command
I didn't make the other changes to the README myself, they were simply done when I ran `make README`.
Diffstat (limited to '_xtools')
-rw-r--r-- | _xtools | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_xtools b/_xtools index 3a52516..f548f91 100644 --- a/_xtools +++ b/_xtools @@ -136,6 +136,7 @@ _xtools() { xbuildbarf) _xtools_one_arch "$@";; xbulk) _xbulk "$@";; xbump) _xtools_one_template "$@";; + xchangelog) _xtools_one_template "$@";; xcheckrestart) _xcheckrestart "$@";; xdbg) _xtools_just_packages "$@";; xdiff) _xdiff "$@";; |