-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
docsenhancementa request to improve CLIa request to improve CLIhelp wantedContributions welcomeContributions welcome
Description
Describe the feature or problem you’d like to solve
Makefiles are not friendly to newbies and want to add help information to help new developers. So I suggested adding help information to the makefile
Proposed solution
Use the ## matching option in the makefile and add help
Additional context
❯ make help
Usage:
make [target]
Targets:
bin/gh Build gh binary
clean Clean the build directory
manpages Build manpages
test Run go tests
site Clone the gh-pages branch
site-docs Build and publish help docs to GitHub Pages
site-bump Update website with latest version of gh
install Install gh
uninstall Uninstall gh
help Display help informationReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsenhancementa request to improve CLIa request to improve CLIhelp wantedContributions welcomeContributions welcome