• R/O
  • HTTP
  • SSH
  • HTTPS

aptpac: Commit

GitHubのミラーです
https://github.com/FascodeNet/aptpac


Commit MetaInfo

Revisión9e746412b069fe7f589d95ddb81f35e1e62061d7 (tree)
Tiempo2021-04-24 15:20:22
Autorhayao <hayao@fasc...>
Commiterhayao

Log Message

[update] : Supported help command

Cambiar Resumen

Diferencia incremental

--- a/aptpac
+++ b/aptpac
@@ -318,6 +318,10 @@ if [[ "${direct_option}" = false ]]; then
318318 rdepends)
319319 ADD_OPTION "-Sii"
320320 ;;
321+ help)
322+ _usage
323+ exit 0
324+ ;;
321325 *)
322326 _msg_error "Invalid command '${COMMAND}'"
323327 _exit 1
Show on old repository browser