constructor()

in commands/list.js [39:44]


  constructor(app) {
    this.app = app;
    this.name = 'list';
    this.description = 'list alibaba cloud cli configurations';
    this.options = {};
  }