blob: a7c2bf2b2921dcf7900128ad588ffcb16625f6e6 [file] [log] [blame]
import 'package:args/command_runner.dart';
import 'src/pub_embeddable_command.dart';
export 'src/executable.dart'
show getExecutableForCommand, CommandResolutionFailedException;
/// Returns a [Command] for pub functionality that can be used by an embedding
/// CommandRunner.
Command<int> pubCommand() => PubEmbeddableCommand();