containerAndCommandArgs top-level property

List<FigArg> containerAndCommandArgs
final

容器和命令参数数组

Implementation

final List<FigArg> containerAndCommandArgs = [
  containersArg,
  FigArg(
    name: 'command',
    isCommand: true,
  ),
];