rocky / zshdb

gdb-like "trepan" debugger for zsh
GNU General Public License v3.0
291 stars 23 forks source link

Add missing info subcommands "program" and "signals" to the list of available subcommands #47

Closed jansorg closed 9 months ago

jansorg commented 9 months ago

info program and info signals were missing in the output of info unknown-command

info.sh contains this, I wasn't sure if it's supposed to be removed or if info handle should be added as alias:

        #       h | ha | han | hand | handl | handle | \
        #           si | sig | sign | signa | signal | signals )
        #         _Dbg_info_signals
        #         return
        #     ;;
jansorg commented 9 months ago

I'm closing this in favor of an upcoming PR with changes in the same files.