You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If nattka uses commands like nattka apply, nattka commit, etc. it only makes sense to support nattka help as a command as well - to do otherwise is inconsistent with the rest of the nattka UX.
Additionally, nattka help command should show the appropriate help, perhaps with an example?
$ nattka help make-package-list
nattka make-package-list attempts to create a package list for keywording PACKAGE (along with any dependencies).
usage:
nattka make-package-list [-h] [-a ARCH] [-p PROFILES] [-s] package [package ...]
examples:
$ nattka make-package-list -s 'www-client/chromium-116.0.5845.140' -a amd64 -a arm64
positional arguments:
...
The text was updated successfully, but these errors were encountered:
See https://clig.dev/#help which agrees with the original issue, although funnily enough it says "if you're git-like, you should support help", even though git doesn't...
If nattka uses commands like
nattka apply
,nattka commit
, etc. it only makes sense to supportnattka help
as a command as well - to do otherwise is inconsistent with the rest of the nattka UX.Additionally,
nattka help command
should show the appropriate help, perhaps with an example?The text was updated successfully, but these errors were encountered: