hasCli function

bool hasCli(
  1. IShell shell
)

True if the current Shell has a reference to dart

since 0.0.1

Implementation

bool hasCli(IShell shell) => hasCommand(shell, 'dart');