-
Notifications
You must be signed in to change notification settings - Fork 5
add help command for consistent UX #82
Copy link
Copy link
Open
Description
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:
. . .Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels