masonx top-level property

CommandRunner<int> masonx
final

public for share, entrypoint of command masonx

Implementation

final masonx = CommandRunner<int>(
  'masonx',
  'Ext Cli of Mason,\n'
      '-----------------------------------------------\n'
      '$_usage\n'
      '-----------------------------------------------\n',
)
  ..addCommand(BrickFromCommand())
  ..addCommand(GenConfigCommand())
  ..addCommand(DecodeBundleCommand())
  ..addCommand(ConfigCommand())
  ..addCommand(RestMasonCommand())
  ..addCommand(PatchCommand());