about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2024-01-10 16:57:55 +0800
committerYueh-Shun Li <shamrocklee@posteo.net>2024-01-13 05:54:58 +0000
commitd1c42ac35002abd3d751438a59f55cc5f6523f8b (patch)
treeaeca36cc8732edf1c2ccf77a2e5dee99f83aa46d /nixos/doc
parenta9412aa692113aa3f9407e6f927aa74d1a8222a3 (diff)
downloadnixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.gz
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.bz2
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.lz
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.xz
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.tar.zst
nixlib-d1c42ac35002abd3d751438a59f55cc5f6523f8b.zip
optparse-bash: drop
Drop because
- it seems abandoned by the upstream years ago[1].
- there are quite some nice alternatives[2] already available in
  Nixpkgs.

[1]: https://github.com/nk412/optparse/commits/master/
[2]: https://github.com/shadawck/awesome-cli-frameworks#bashshell

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 89419068742f..e98fb13c3a49 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -80,6 +80,9 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
     '';
 
   ```
+
+- The package `optparse-bash` is now dropped due to upstream inactivity. Alternatives available in Nixpkgs include [`argc`](https://github.com/sigoden/argc), [`argbash`](https://github.com/matejak/argbash), [`bashly`](https://github.com/DannyBen/bashly) and [`gum`](https://github.com/charmbracelet/gum), to name a few.
+
 - The `kanata` package has been updated to v1.5.0, which includes [breaking changes](https://github.com/jtroo/kanata/releases/tag/v1.5.0).
 
 - The latest available version of Nextcloud is v28 (available as `pkgs.nextcloud28`). The installation logic is as follows: