registryForArguments method

CommandRegistry registryForArguments(
  1. List<String> args
)

Implementation

CommandRegistry registryForArguments(List<String> args) =>
    resolveCommandPath(args).registry;