(command.CommandList
  children: [
    (C {<set>} {<-e>})
    (C {<echo>} {<-n>} {(DQ <'Open pulls: '>)})
    (command.CommandList
      children: [
        (command.Sentence
          child: 
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:PULLS)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (command_sub
                        left_token: <Id.Left_DollarParen '$('>
                        child: 
                          (command.Pipeline
                            children: [(C {<pulls>}) (C {<wc>} {<-l>})]
                            negated: F
                          )
                      )
                    }
                  spids: [30]
                )
              ]
            )
          terminator: <Id.Op_Semi _>
        )
        (C {<let>} {<Id.Lit_VarLike 'PULLS='> ($ Id.VSub_DollarName '$PULLS') <-1>})
      ]
    )
    (C {<echo>} {($ Id.VSub_DollarName '$PULLS')})
    (C {<echo>} {<-n>} {(DQ <'Pulls alru: '>)})
    (C {<pulls>} {<alru>})
    (C {<echo>} {<-n>} {(DQ <'Open issues: '>)})
    (command.CommandList
      children: [
        (command.Sentence
          child: 
            (command.ShAssignment
              pairs: [
                (assign_pair
                  lhs: (sh_lhs_expr.Name name:ISSUES)
                  op: assign_op.Equal
                  rhs: 
                    {
                      (command_sub
                        left_token: <Id.Left_DollarParen '$('>
                        child: 
                          (command.Pipeline
                            children: [(C {<issues>} {<list>}) (C {<wc>} {<-l>})]
                            negated: F
                          )
                      )
                    }
                  spids: [74]
                )
              ]
            )
          terminator: <Id.Op_Semi _>
        )
        (C {<let>} {<Id.Lit_VarLike 'ISSUES='> ($ Id.VSub_DollarName '$ISSUES') <-1>})
      ]
    )
    (C {<echo>} {($ Id.VSub_DollarName '$ISSUES')})
    (C {<echo>} {<-n>} {(DQ <'Issues alru: '>)})
    (C {<issues>} {<alru>})
  ]
)