(command.CommandList
  children: [
    (command.Simple
      blame_tok: <_Dbg_help_add_sub>
      more_env: []
      words: [
        {<_Dbg_help_add_sub>}
        {<show>}
        {<annotate>}
        {
          (SQ <'show annotate\n'> <'\n'> <'Show annotation level.\n'> <'\n'> 
            <'See \\"set annotate\\" for level numbers.\n'>
          )
        }
        {<1>}
      ]
      redirects: []
      do_fork: T
    )
    (command.ShFunction
      name_tok: <_Dbg_do_show_annotate>
      name: _Dbg_do_show_annotate
      body: 
        (BraceGroup
          left: <Id.Lit_LBrace '{'>
          children: [
            (command.AndOr
              children: [
                (command.DBracket
                  left: <Id.KW_DLeftBracket '[['>
                  expr: (bool_expr.Unary op_id:Id.BoolUnary_n child:{($ Id.VSub_Number 1)})
                  right: <Id.Lit_DRightBracket ']]'>
                  redirects: []
                )
                (command.ShAssignment
                  left: <Id.Lit_VarLike 'label='>
                  pairs: [
                    (AssignPair
                      left: <Id.Lit_VarLike 'label='>
                      lhs: (sh_lhs_expr.Name left:<Id.Lit_VarLike 'label='> name:label)
                      op: assign_op.Equal
                      rhs: 
                        {
                          (CommandSub
                            left_token: <Id.Left_DollarParen '$('>
                            child: 
                              (command.Simple
                                blame_tok: <_Dbg_printf_nocr>
                                more_env: []
                                words: [{<_Dbg_printf_nocr>} {(DQ <'%-12s: '>)} {<annotate>}]
                                redirects: []
                                do_fork: T
                              )
                            right: <Id.Eof_RParen _>
                          )
                        }
                    )
                  ]
                  redirects: []
                )
              ]
              ops: [<Id.Op_DAmp _>]
            )
            (command.Simple
              blame_tok: <_Dbg_msg>
              more_env: []
              words: [
                {<_Dbg_msg>}
                {
                  (DQ (${ Id.VSub_Name label) <'Annotation_level is '> 
                    ($ Id.VSub_DollarName _Dbg_set_annotate) <.>
                  )
                }
              ]
              redirects: []
              do_fork: T
            )
          ]
          redirects: []
          right: <Id.Lit_RBrace '}'>
        )
    )
  ]
)