Simple Git & GitHub CLI Shell Scripts
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat[ghd]: Help updated

+4
+4
helps/gh_scripts/ghd_help.sh
··· 2 2 3 3 # Arguments for the usage 4 4 ghd_arguments=( 5 + "$(basename "$0" .sh) [owned_repo]" 5 6 "$(basename "$0" .sh)" 6 7 ) 7 8 ··· 12 13 13 14 # Options for the usage 14 15 ghd_options=( 16 + "[owned_repo] The name of an owned repo to delete," 17 + " or fork name will work too" 18 + "" 15 19 "--help Display this help message." 16 20 ) 17 21